{
  "name": "payment-service",
  "version": "1.3.14",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "6ZqLruOTvlvEWzipiwwy"
  },
  "jwt_secret": "xXbM4h5sNx49gp+1cIcDqE74yjwPwxBM",
  "api_keys": {
    "stripe": "sk_live_0nOzPaZ8SD0Mx8fQXiEVSMzN",
    "sendgrid": "SG.doPPeggunq4teyv2sa9czj",
    "twilio_sid": "AC64c2fa142afb4e29c19471f0b39d08cf"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}