{
  "name": "auth-service",
  "version": "2.5.4",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "WbpKcS3kWbIIBichJVJJ"
  },
  "jwt_secret": "jOqp0Qj1G9S83Kg1m/QLhHLO28kjTGSD",
  "api_keys": {
    "stripe": "sk_live_kL1xHgZT11vgqMiRer7s0Awf",
    "sendgrid": "SG.G5F4yGXdFyVePCO5YFjD3e",
    "twilio_sid": "ACf305014edc4a3a57172cf1aedabfbb1c"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}