{
  "name": "auth-service",
  "version": "1.1.27",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "r1esc6V471bWUOActfYc"
  },
  "jwt_secret": "tDx9nkPmioJIkGKYct4cDDYUm49pMcvx",
  "api_keys": {
    "stripe": "sk_live_6MVFsiOGpKynY5lLedOvAJQO",
    "sendgrid": "SG.sQpgjZ63BIQQh0Mka4+OJr",
    "twilio_sid": "ACf3976052682e660fbd6efa0e12be73de"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}