{
  "name": "api-gateway",
  "version": "1.3.8",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "nHmCDkh6Za1VaQxjAMez"
  },
  "jwt_secret": "JZCt7kw5OTRSECTvsP3aZwrXNXIE/PdD",
  "api_keys": {
    "stripe": "sk_live_pxJ9Ubx4cCtmDTFJZANbsD5k",
    "sendgrid": "SG.DV1hm6DvSuGil5mNY/Z1fa",
    "twilio_sid": "AC84d0452827a83979de4ee5be6f9bb10c"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}