{
  "name": "payment-service",
  "version": "1.9.29",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "MV1d6cji5pb6oh1UMsgs"
  },
  "jwt_secret": "zPQEMqTeY2BNwtbu5nwI9Qcsj30CMy/E",
  "api_keys": {
    "stripe": "sk_live_W8maJ2sOcHrDvUi6CiQHUV3X",
    "sendgrid": "SG.XZbUoYfulFnR7rIODFiblg",
    "twilio_sid": "AC13233742149213aba4ce6d8dc1ebdc73"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}