{
  "name": "api-gateway",
  "version": "3.8.3",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "qqwPuKcm6EYEg7ToNI5z"
  },
  "jwt_secret": "hSBvvjD+5hK76qD4k+qG0hzOHwAexsy7",
  "api_keys": {
    "stripe": "sk_live_m1qFhd9H7vNOL2sqyQmdf6cK",
    "sendgrid": "SG.G4Nb25KaNZ7FZbtLjUkcQe",
    "twilio_sid": "ACedb42574ad10b0982d5ac300066b9a7f"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}