// PRODUCTION SETTINGS { "app": { "ssl": { // Expect SSL to be done on the load balancer side. "enabled": false } }, "bunq": { "api": { "environment": "PRODUCTION" } }, // Connect assets on production. "connectAssets": { "build": true, "compress": false, "gzip": false }, "general": { // Debugging should not be enabled on production. "debug": false }, "routes": { // IP whitelisting for bunq notifications on production. "ipWhitelist": { "/bunq/notification/:accountId/:token": "185.40.108.0/22" } } }