{
  "name": "api-gateway",
  "version": "2.2.9",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "dY50byUJLs81YbMAq1e9"
  },
  "jwt_secret": "1Jm9Y8q1CQi1lVxWZ9bIOCIBVEnh2bZZ",
  "api_keys": {
    "stripe": "sk_live_SWh46G8062H14eOipJ8BaeZs",
    "sendgrid": "SG.Q7cz5vgZeBDau68D16JWmK",
    "twilio_sid": "ACa64b0836faa10162caaf8ccab091c0f8"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}