{
  "name": "payment-service",
  "version": "2.5.12",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "P14cTIhPMosWPxXObwbO"
  },
  "jwt_secret": "bmebIVsXbHf1NmJb7DRsDbf807GgWJRh",
  "api_keys": {
    "stripe": "sk_live_sMPPUY7Baog7dbdjFG7cQIgU",
    "sendgrid": "SG.YfBaAB/lGHcK6oP0juqDf8",
    "twilio_sid": "ACf05482521a604558453e850a2284a4dc"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}