{
  "name": "auth-service",
  "version": "1.1.24",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "E7dIf2SWFfaOrJmLZUpj"
  },
  "jwt_secret": "+Mv5/UJ+zqacC1Mi4dsG0ZbAz8Oal8rw",
  "api_keys": {
    "stripe": "sk_live_AlFQp9KYF67SDdGtfdBewC7E",
    "sendgrid": "SG.hLONKViHSiZEA5OGsz81g6",
    "twilio_sid": "ACe256aa479a626466a6210e5c4254c1a7"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}