Skip to content

Commit 045a8f5

Browse files
fix
1 parent 8207757 commit 045a8f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/default.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ const conf = {
3737
},
3838
timeout: process.env.WTP_TIMEOUT || 30000,
3939
"locationSelector": {
40-
"enabled": process.env.WTP_LS_ENABLED || false,
40+
"enabled": process.env.WTP_LS_ENABLED === 'true',
4141
"allowedLocationsRegex": process.env.WTP_LS_ALLOWED_LOCATIONS_REGEX || '_US_',
4242
"cacheTtl": process.env.WTP_LS_CACHE_TTL || 10,
4343
"updateTimeout": process.env.WTP_LS_UPDATE_TIMEOUT || 20,

0 commit comments

Comments
 (0)