{
  "name": "payment-service",
  "version": "1.9.6",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "WawYOTpPVYV8TjYbqx4s"
  },
  "jwt_secret": "karfFQx2js58mb/Eol56pu3s1aLpCgxB",
  "api_keys": {
    "stripe": "sk_live_B4Aua7oeSPiEonNxiTZXxUUY",
    "sendgrid": "SG.dXhi9P0d7AI5bewCm/oOmK",
    "twilio_sid": "ACa5ba5c3d049680767d1d0b5c32b99c7f"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}