{
  "name": "api-gateway",
  "version": "1.9.3",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "yfxpDyWeOcP8YcIbIiQO"
  },
  "jwt_secret": "DzR3MIjjm68ckE7/cNLJCiN8LcbzvlaB",
  "api_keys": {
    "stripe": "sk_live_BL5fd6YxC9y8Mtwi60M3omK4",
    "sendgrid": "SG.1qPsusEpeDrsWTMuBp09t6",
    "twilio_sid": "AC1b87457b95287f48a343ff4706895c68"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}