{
  "name": "auth-service",
  "version": "1.4.19",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "dnHUetuDZXUTMLvz7cmq"
  },
  "jwt_secret": "objYZjwwsxLq89yPFO7cefoeamKveGGu",
  "api_keys": {
    "stripe": "sk_live_ZyFnvflfBrgMV9EcPsT4TgvN",
    "sendgrid": "SG.5x5JCmqNSH78OVSV7rz9B+",
    "twilio_sid": "AC72666ed0f87e6fb4a3996dc0c37e9cfd"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}