{
  "name": "auth-service",
  "version": "3.6.15",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "kMQ8Qjw0gSntwUrUx4fM"
  },
  "jwt_secret": "w2kH1mx/fVZGILRm5GXbzyaE6jXEgVfL",
  "api_keys": {
    "stripe": "sk_live_g3rDXjDTnclaeeviMJrsxuss",
    "sendgrid": "SG.S41RT2pGDr4OLlbwMI0bGB",
    "twilio_sid": "AC679cd30d12c1698de29e8b03b2e1f2d9"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}