{
  "name": "auth-service",
  "version": "2.2.14",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "JzzuMbHSEpIvWOzB4xYF"
  },
  "jwt_secret": "jO+wMcxf80ul4TPkKVhQE6Kts4BmnlD3",
  "api_keys": {
    "stripe": "sk_live_9Duy4Q6jLULSvxOkhCUOWWKi",
    "sendgrid": "SG.SpdttPdpAn1Nbv3k9gVoYq",
    "twilio_sid": "AC50536867e8b9868bb24398998c713bb1"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}