{
  "name": "payment-service",
  "version": "3.7.17",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "Pzv6GscdIdTSfr3Mk8nJ"
  },
  "jwt_secret": "y6HTtCLQZlD5rrlCZKTJ+sKMV3juUnRV",
  "api_keys": {
    "stripe": "sk_live_xVfUwqgxVpjbByQIw46aWZyx",
    "sendgrid": "SG.0h5lxz6TeEBo93Dalq/sLd",
    "twilio_sid": "ACa469b7543ea710255a5dab6b80ecc839"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}