{
  "name": "api-gateway",
  "version": "3.1.3",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "LjfBmgPKvi2xA8tUs7bL"
  },
  "jwt_secret": "7HSNB7UYhp50XlWq1S3MxZyQ7LQB5pZb",
  "api_keys": {
    "stripe": "sk_live_ohX5Co3OtDR4taNv6UofvOOl",
    "sendgrid": "SG.knV/IiDEIgfOD325JosY8b",
    "twilio_sid": "AC4cf0abc5e66463a87b3e73c71e740555"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@startup.dev"
  ]
}