{
  "name": "auth-service",
  "version": "2.2.2",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "BIvRoVFstaKmXkaFWbmS"
  },
  "jwt_secret": "C2naR7LSeavqW6B2boYcyyrr3zWKYkOE",
  "api_keys": {
    "stripe": "sk_live_ynIwM2K6y0dZ4QaIn6e2cN52",
    "sendgrid": "SG.tGi7/De7X9AY6sLSLBSkNV",
    "twilio_sid": "AC22f04ca35dff404ee093b1e358c3a66c"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}