{
  "name": "api-gateway",
  "version": "1.2.10",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "N0jZETzYQ7dRtYSoKQBE"
  },
  "jwt_secret": "DnKN8sMiYst+agzQya4gPoxY40jPOAtI",
  "api_keys": {
    "stripe": "sk_live_q1JQ6sivFWxPffElYJ47QSJ9",
    "sendgrid": "SG.0+QJLD8Q9abmpujyZpMEVY",
    "twilio_sid": "AC648128a3a9a28b5da0cd997728fccf76"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}