{
  "name": "api-gateway",
  "version": "2.7.0",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "nCVXUijzQ3B1nL6qPytW"
  },
  "jwt_secret": "JxkqoHdu9xMiMtNJqgDKFJJeqfz3Wlxf",
  "api_keys": {
    "stripe": "sk_live_easqrIcIeeM9reuRiQz6YHEC",
    "sendgrid": "SG.GE/BWBqGshJ3GH/kXvL42Z",
    "twilio_sid": "AC443111bdc4783224fcb84406e02996b1"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}