{
  "name": "payment-service",
  "version": "3.6.10",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "cWyqr7ON5heWcRtpZpgH"
  },
  "jwt_secret": "DVpCXZGtz0EXL+gRXyGnCb0k1u3UxH2s",
  "api_keys": {
    "stripe": "sk_live_vPZaVVZNW5G88AyGqN1EAJS3",
    "sendgrid": "SG.kZtgbBY0xPI8xO9bp+FDpZ",
    "twilio_sid": "AC3b5f0e088e50c14fe836e7355a14bfd9"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}