{
  "name": "auth-service",
  "version": "3.4.1",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "XZ5TyWHXA4mpxppV78Gt"
  },
  "jwt_secret": "kKG0+4mkYxjtiQZ3a40Zf9JXGtAh+uCF",
  "api_keys": {
    "stripe": "sk_live_G1Ynq2xUVbb0NmMZsTrEuhLE",
    "sendgrid": "SG.1pN648zgCYkW4E5jCjv1Iy",
    "twilio_sid": "ACe373fdbd9ca70f28c6c59017bd4694e9"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}