{
  "name": "auth-service",
  "version": "2.5.12",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "kyyRfjrr7FEVmtGBrVF4"
  },
  "jwt_secret": "7yEUSVIqmS/2pc3eWDBH02VD0HISVI9L",
  "api_keys": {
    "stripe": "sk_live_6TTYOdqSn6QvKcIZIb1f4qyE",
    "sendgrid": "SG.qQ2Leh2TgQbX7m7DNF3KWu",
    "twilio_sid": "AC3cf311266c4a8cf4a1809bd0b4317211"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}