{
  "name": "auth-service",
  "version": "3.7.9",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "bIpLE2pwOnpe4RqbjtDn"
  },
  "jwt_secret": "FWB7JuhOuR5+Zz5m8AdlVPRznIzB8wql",
  "api_keys": {
    "stripe": "sk_live_36FTJMcQjnj6HsQuLkWiOFXx",
    "sendgrid": "SG.8qdPTsZX/gD7Sk6eowxSxZ",
    "twilio_sid": "AC8efd91f6fcb6402f0e9162d138d58db6"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}