{
  "name": "user-service",
  "version": "1.9.22",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "mTeuULUoTnxgqam8XyTK"
  },
  "jwt_secret": "Av8knYnuj+LbpmY9g0UxEhcF9I5Erh/s",
  "api_keys": {
    "stripe": "sk_live_rzWTEl025SvLLI4Kw9hmk3ZX",
    "sendgrid": "SG.xbGIuHVYZ71HnNC9l+Kv3D",
    "twilio_sid": "ACf5e6ce360aeccac16b0fc6f89279eb9d"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}