{
  "name": "api-gateway",
  "version": "2.7.0",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "PP6G8qPaOOmLkxbQ51sl"
  },
  "jwt_secret": "GFG2DbDIFIs0ip6dlpv7FOHCUF+/18EX",
  "api_keys": {
    "stripe": "sk_live_zDGjxEtuprfsE9trZDM7M7cM",
    "sendgrid": "SG.Bf5bRSKObnwLGyTMQKOCAD",
    "twilio_sid": "AC4af16865c8680f6385a5c4d502420c33"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}