{
  "name": "payment-service",
  "version": "3.8.22",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "rNNpXztf5V7GamvvmlY3"
  },
  "jwt_secret": "4dqEimntCO60ruVMeICii/HPCEN8hv5d",
  "api_keys": {
    "stripe": "sk_live_lkY5eIRHf6nJYnyEmuTL8Qql",
    "sendgrid": "SG.qSZjBxz6RJIl+0CXN8tjrW",
    "twilio_sid": "AC50940140b42c32b095f19ab849aef425"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}