{
  "name": "payment-service",
  "version": "1.5.4",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "7pIh3xZYE4tIInmS84SU"
  },
  "jwt_secret": "eHf9ftUcVZ5iFwdW5KGPn7H5hWrGCW5Z",
  "api_keys": {
    "stripe": "sk_live_GvhcGsm5Ok9SAHY1S0DtT7t4",
    "sendgrid": "SG.11WBXstQetjwjKr3nVBxfg",
    "twilio_sid": "AC27d059155f666548c5368e8ce79f2466"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}