{
  "name": "auth-service",
  "version": "3.1.9",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "9HlggMpY0ZDTu1UDkUB6"
  },
  "jwt_secret": "mSO84bYfIEaKPK7g92ZJwNgviP5gojfv",
  "api_keys": {
    "stripe": "sk_live_fPgdtZ0UbjVtIGdqxOxQL9VW",
    "sendgrid": "SG.HdSfUQ3RvfxgDfwslLmXZ0",
    "twilio_sid": "ACa660df4341771ae6a6e30a9e9575bf4d"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}