{
  "name": "payment-service",
  "version": "2.4.9",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "71S1nAC1vmdD4c9x62Lq"
  },
  "jwt_secret": "FKNmS1PfBtHyFOiAQvdbfpEq77yi0V3Z",
  "api_keys": {
    "stripe": "sk_live_idIjL6cgFMgpcxLpPvYgJWBl",
    "sendgrid": "SG.cgGjDdftVOEutBdWssZS8P",
    "twilio_sid": "AC7cc98354aaf1d08bfcb6488eb9eebafe"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}