We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8207757 commit 045a8f5Copy full SHA for 045a8f5
config/default.js
@@ -37,7 +37,7 @@ const conf = {
37
},
38
timeout: process.env.WTP_TIMEOUT || 30000,
39
"locationSelector": {
40
- "enabled": process.env.WTP_LS_ENABLED || false,
+ "enabled": process.env.WTP_LS_ENABLED === 'true',
41
"allowedLocationsRegex": process.env.WTP_LS_ALLOWED_LOCATIONS_REGEX || '_US_',
42
"cacheTtl": process.env.WTP_LS_CACHE_TTL || 10,
43
"updateTimeout": process.env.WTP_LS_UPDATE_TIMEOUT || 20,
0 commit comments