{
  "name": "payment-service",
  "version": "2.9.7",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "fkP1HO5PoZ9rqYRFhErz"
  },
  "jwt_secret": "C0hiMlhkpLTEfsUZr5ICyENN+ghyr+Q9",
  "api_keys": {
    "stripe": "sk_live_x1wKyoWGGPUCQqtd4wDq2RIk",
    "sendgrid": "SG.VCGJP6S31MIkQyp7CuXGWv",
    "twilio_sid": "ACe2bf92e7b89a193b61abd35721b717fe"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}