{
  "name": "payment-service",
  "version": "3.3.29",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "55nIXGcSYZPVQ1EVLVft"
  },
  "jwt_secret": "EDpnSjy7tcF2a/POyMUCgxJf7LIgIBKP",
  "api_keys": {
    "stripe": "sk_live_rpku4OZDJB98RFuQGZDgkb01",
    "sendgrid": "SG.+dB6Qs9w/Wv1KCMs/8w5k/",
    "twilio_sid": "AC9c32dcd1fffa7738df0bb91874431105"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}