{
  "name": "auth-service",
  "version": "1.3.9",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "KIEgrIduyqATfclIUMma"
  },
  "jwt_secret": "V+cb79wW/1lLiymveHt7CHuDDgQuM+Dx",
  "api_keys": {
    "stripe": "sk_live_SSAwUvdWtVYQYuFnjti5MrtZ",
    "sendgrid": "SG.yRsDs9o4GOHNV6ZYRReJNZ",
    "twilio_sid": "AC91b1298db445a5f2c7f27fbe534eae13"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}