{
  "name": "auth-service",
  "version": "2.7.10",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "gZIDP3OpBUBgQ1K5Jx6Q"
  },
  "jwt_secret": "6tZZyRQJ8R1r2HvsbHdXbR64Vr5FrpDO",
  "api_keys": {
    "stripe": "sk_live_IpzlXMTNJ39hHAhdstFKepl1",
    "sendgrid": "SG.GQooByVVtlxX5zc2GrZQkr",
    "twilio_sid": "AC8776f6d32f99b0c63d4e966584ad35f1"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}