{
  "name": "payment-service",
  "version": "1.2.29",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "NBibZMuPHCfIawoTmfXp"
  },
  "jwt_secret": "QgWcrKAwFYgxn6eRFa5PTB1xOehEk0r0",
  "api_keys": {
    "stripe": "sk_live_NQwFbQsFWZrsSbOTco2KEjKw",
    "sendgrid": "SG.z4rtxMrhxRIkgfaED8Pytr",
    "twilio_sid": "AC03459500c220458b2fa8b3fd835f3c44"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}