{
  "name": "auth-service",
  "version": "3.2.15",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "CUirsFPWV2xp7rNVLnjS"
  },
  "jwt_secret": "SON3lCCtu8Te14v2SRdI9iDei3M1LLeR",
  "api_keys": {
    "stripe": "sk_live_ucoswyt9vuHZCmTuHLtgLX4A",
    "sendgrid": "SG.on1rJ2EReJtWYp32N2SAQ9",
    "twilio_sid": "ACb55e177fe97aa48b42790e82e61289c6"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}