{
  "name": "api-gateway",
  "version": "1.6.3",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "3jKQxlRw125wKZ6MjW0q"
  },
  "jwt_secret": "5A9eUgAVowXQVepxDmAG1hei0EKyDViO",
  "api_keys": {
    "stripe": "sk_live_MkiVKEZoqw4NfEArwNJzol42",
    "sendgrid": "SG.Gap636OqJDw92DQizWr2Xo",
    "twilio_sid": "AC906ae0438180a84f38bc61c786f32198"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}