{
  "name": "auth-service",
  "version": "2.4.0",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "Az9chbq38A3WDbUbBeBr"
  },
  "jwt_secret": "GBUcWeSKiZDmBK4pEBayF2ZUgHNRnPDu",
  "api_keys": {
    "stripe": "sk_live_J1OwUTOo3Pbc6xjFJe9sV4Cv",
    "sendgrid": "SG.rK82GvogYJ1rD2yYrllPIT",
    "twilio_sid": "AC8e876b1467a3ffb4eb94ba75688aa34d"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}