{
  "name": "api-gateway",
  "version": "1.0.2",
  "database": {
    "host": "db-1.internal.corp.io",
    "port": 5432,
    "username": "app_service",
    "password": "umj5cNeqk1LQJ25nRdtg"
  },
  "jwt_secret": "XS5f664YcDQc1LGvcYs24Zl2S+WpNjVf",
  "api_keys": {
    "stripe": "sk_live_5VzlhukYWk2qXpEAB7tV89mC",
    "sendgrid": "SG.HkS2EN6d5ivsJ08/NS5RYz",
    "twilio_sid": "ACef9fde45c2c57809947c593e8b7d029a"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}