{
  "name": "auth-service",
  "version": "1.5.6",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "ziRwAO1EQUtMd78ISx1U"
  },
  "jwt_secret": "8VU5rZhX3EtU0uiMlMIBNC35n/E8LPQD",
  "api_keys": {
    "stripe": "sk_live_ItpnVfzorKwIGpSEMhbCNl3x",
    "sendgrid": "SG.lxN3tVMNH+SuoiNGmTZbrM",
    "twilio_sid": "ACedaaa2fd2edfc19e67de65fb62bb61b0"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}