{
  "name": "api-gateway",
  "version": "2.2.0",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "zQk3xMrXIWbnHT22uHzc"
  },
  "jwt_secret": "IyYE6RrlZpTweE9C6SS1axT7O/zO7Iex",
  "api_keys": {
    "stripe": "sk_live_196PXspbrghioq2BSX13VYYw",
    "sendgrid": "SG.LSYuwGdKMdW8UsEF5qDDEl",
    "twilio_sid": "ACfc585df48582ea827931a215f2850104"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}