{
  "name": "auth-service",
  "version": "2.6.13",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "cZx3PzB91dZIizP76w9c"
  },
  "jwt_secret": "2J/ibzSUqjyhKI333apS78JorBmcqWId",
  "api_keys": {
    "stripe": "sk_live_xq3fhrDgrcX0RcSi4ThNdA4w",
    "sendgrid": "SG.z/WW59oA5UvvTJEOun1aXS",
    "twilio_sid": "ACb148db0897450481cdf643f849cc11b2"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}