{
  "name": "api-gateway",
  "version": "3.1.7",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "IWGAr1UxbYECvcQHP09Y"
  },
  "jwt_secret": "jqOvoN6wmOpW994Na9oWypwrCtRNdg0Z",
  "api_keys": {
    "stripe": "sk_live_M7rGNTc6x7UHthiOxTsEp0Ep",
    "sendgrid": "SG.YdjfvMBEi08glO1IRVLQmv",
    "twilio_sid": "AC6eec980400d9268f7d4fef27947963b5"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}