{
  "name": "auth-service",
  "version": "3.2.10",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "zVUvTV7SE4se99Sz82Iw"
  },
  "jwt_secret": "B22+lhcPX7WGaG2qoDNQ5yjyH9Kk796h",
  "api_keys": {
    "stripe": "sk_live_PnUpSUjMbD2Ie2q3v99DksoI",
    "sendgrid": "SG.4Mim6wIftZcWWNuTt8hsjl",
    "twilio_sid": "AC4bc440cce044a2b3779f9b03ed5fadd7"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}