{
  "name": "payment-service",
  "version": "2.7.7",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "RtS8sioRxsvOt9S1bLBp"
  },
  "jwt_secret": "cA9Gv3e5EiCh9/gya9NM5fe9D6sESqv/",
  "api_keys": {
    "stripe": "sk_live_Q8FmOxht4fByK4EbLSQetG4G",
    "sendgrid": "SG.5oIbjgoODtBiWRTpJU2gmQ",
    "twilio_sid": "AC20d733f0e5db5398de5dd1f6045f4ada"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}