{
  "name": "auth-service",
  "version": "1.0.26",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "1BHg5NOOQERNzmulnT7S"
  },
  "jwt_secret": "24LxtXnh7x+zE+HK1kuUNVNm5uLoeWGH",
  "api_keys": {
    "stripe": "sk_live_xcz9GvpPxZJMEoai5Ak3BApU",
    "sendgrid": "SG.WDBN1lbcd0RcoKEYI6+d71",
    "twilio_sid": "AC898e11bb22ed75efa60aab7b84c700ba"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}