{
  "name": "auth-service",
  "version": "3.8.7",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "wMZOaP92lVzcwyR0nwPr"
  },
  "jwt_secret": "yg8pPEu4MgbD3aVWbWBig7celqEo+dyM",
  "api_keys": {
    "stripe": "sk_live_7RBSe2BlY5RVsbUkwdmjDNwg",
    "sendgrid": "SG./FC8H8/edU9JSeXdOCrPMF",
    "twilio_sid": "AC6d24633cdbb414f162470a9fb7a15666"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}