{
  "name": "api-gateway",
  "version": "3.4.6",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "IlLOB6cza6rDu5fqfkbj"
  },
  "jwt_secret": "4VNcuSTMdoSrEQmunrjFVYbeBk7573yO",
  "api_keys": {
    "stripe": "sk_live_vlklN9u9xMLN7hbTh3UgMzuy",
    "sendgrid": "SG.JZ3oKPoPI9xVMeFSUX8zhe",
    "twilio_sid": "AC4a61677e5982af9389553c9f573b0fb7"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}