{
  "name": "auth-service",
  "version": "2.6.4",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "KgQCMMiKprpCvPJZmFZ2"
  },
  "jwt_secret": "iUPONAwGJJREzCXBAWZpOuLPa6ZXOmCf",
  "api_keys": {
    "stripe": "sk_live_jTzLlkSdmr59zGIXsI39Z1US",
    "sendgrid": "SG.YarReFng9JgAEvo8BIpHcx",
    "twilio_sid": "AC6ae4a40fe3f6437b31e429f621647451"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}