{
  "name": "auth-service",
  "version": "1.3.26",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "TT3frAF8nIBkVJWFU6YQ"
  },
  "jwt_secret": "/8A9YIVGbRindpUq0P+k0qUHA5jZAQlr",
  "api_keys": {
    "stripe": "sk_live_z1hzkmQe2Sq4ywjVcPBPboI8",
    "sendgrid": "SG.qwoqD94CWtfMmsUZ6eDqJa",
    "twilio_sid": "AC9cc7c32537a11d4fc883af5d550933cb"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}