{
  "name": "payment-service",
  "version": "3.8.4",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "SQ2vhHPBwM4uDclazOnX"
  },
  "jwt_secret": "9o3Y6Lm8jILs/QmGai6QozPld4DKsPDc",
  "api_keys": {
    "stripe": "sk_live_A2tdu9ygkHIwtk4BN27T2RI4",
    "sendgrid": "SG.osYI5YbnOnNIUPgoiSdSPV",
    "twilio_sid": "AC5cd59fda38842a869dc851b8a4387345"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}