{
  "name": "auth-service",
  "version": "3.0.2",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "jS2MeRJuefnjC64SLR6n"
  },
  "jwt_secret": "FGNl/gKY9rLeayOiqn1tK8zTXJ/b9TI8",
  "api_keys": {
    "stripe": "sk_live_xx5sfGV0EJeXua2NPFEShIE5",
    "sendgrid": "SG.VY415GQv9WTsz7T7SE8nf3",
    "twilio_sid": "AC2ed4cc46c2f17852ba6652495a5a34ca"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}