{
  "name": "auth-service",
  "version": "1.7.21",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "TrTNy4uG9bAcbxOzR1Dk"
  },
  "jwt_secret": "cVtYX64zUBnOLwts5LnbQ3UYdvmiluAd",
  "api_keys": {
    "stripe": "sk_live_XOeRNGaVqFPRUTSGUpnjSigI",
    "sendgrid": "SG.e8NiMuR/HNo7G7LAbCuW0d",
    "twilio_sid": "ACd37a6b71ccea983cf0f0b4191cae9250"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}