{
  "name": "payment-service",
  "version": "2.6.18",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "eq2PrteLB3VhfstTQrVl"
  },
  "jwt_secret": "mbOo/jHHwg1vTx0kd2mLq6DJowwOBtZj",
  "api_keys": {
    "stripe": "sk_live_9yX10fGaQIVvyBbefgee7GqE",
    "sendgrid": "SG.r70L7ZaPRdV0JbM1ainQCW",
    "twilio_sid": "AC484f266f6830109771be7d58dcb9d761"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}