{
  "name": "auth-service",
  "version": "2.7.12",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "O5yJZlDau7MyQxmc7jrX"
  },
  "jwt_secret": "S4GhU5uNaaqL6DD06j3PGFvWJCVhmYUt",
  "api_keys": {
    "stripe": "sk_live_qMpcCpIcIfPvfT4qz6UGx1Or",
    "sendgrid": "SG.1Ywkd791ZFUnQlF71LKRIh",
    "twilio_sid": "ACc57dffe2424ceacc493aad0d5d6417c8"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}