{
  "name": "api-gateway",
  "version": "3.8.8",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "XI1thoVRZxk5rIMYvV89"
  },
  "jwt_secret": "n82sDtSsYGow1VvnEO9yWSqINzUc7y41",
  "api_keys": {
    "stripe": "sk_live_O97VLhXWfiWfdczUmItERH9Q",
    "sendgrid": "SG.b5URz+Rxgt1+lW69J9/oXI",
    "twilio_sid": "AC44d9e0597442ce520762840fea9c31cf"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}