{
  "name": "auth-service",
  "version": "3.7.6",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "IWkcc2hEwi3WOJhcTvGP"
  },
  "jwt_secret": "E1b8CtwoKxIC04gbdmhr4dVmgwjJoTSN",
  "api_keys": {
    "stripe": "sk_live_eih9jOSBneNmnJUJZjxpFDlh",
    "sendgrid": "SG.ZwEFoKN3Hc5+URTr9WqTgq",
    "twilio_sid": "ACd0fe911b4e3b371a532e8ee5f53d271b"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}