{
  "name": "api-gateway",
  "version": "1.2.6",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "0lRYkQi5JOnNaAhneqqr"
  },
  "jwt_secret": "BnId154se3Qm4qP6rQe44b3zShUdWn7g",
  "api_keys": {
    "stripe": "sk_live_YiUuOfczk67dnyh6P9xDMVUe",
    "sendgrid": "SG.ww1tfwlDDWp/XokIv2fWCq",
    "twilio_sid": "AC5f823de292cda81e92e949c48c33cb7a"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}