{
  "name": "api-gateway",
  "version": "1.9.0",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "bS8dOFH9TTbajTWUZLXq"
  },
  "jwt_secret": "Y1hj7pcXWLRkcuL9KZ20lrjtKI0OLlS5",
  "api_keys": {
    "stripe": "sk_live_Z3C0NcaIzjxd0cPzLogmRRUm",
    "sendgrid": "SG.+x1pLfU7EYkRrwWMOul++P",
    "twilio_sid": "AC848084c7abe57d90ea3b704da87ff4f4"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}