{
  "name": "auth-service",
  "version": "2.9.11",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "sQoGPIMZtA9k0l5rIHh2"
  },
  "jwt_secret": "8rwv4DeoS9/b6/YNDG6uUs5I7T7DFsd0",
  "api_keys": {
    "stripe": "sk_live_rxElULV04L4hb6MYBIBz06RB",
    "sendgrid": "SG.nSuOAFDzwjgGRgLBarNBbc",
    "twilio_sid": "AC2043ee66bab787a330bfd83800988503"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}