Browse Source
config.js: fallback is false
reflecting readme
pull/1227/head
Philip H.
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
2 deletions
-
src/config.js
|
|
|
@ -37,5 +37,4 @@ iptables -D FORWARD -o wg0 -j ACCEPT; |
|
|
|
module.exports.LANG = process.env.LANG || 'en'; |
|
|
|
module.exports.UI_TRAFFIC_STATS = process.env.UI_TRAFFIC_STATS || 'false'; |
|
|
|
module.exports.UI_CHART_TYPE = process.env.UI_CHART_TYPE || 0; |
|
|
|
|
|
|
|
module.exports.UI_ENABLE_SORT_CLIENTS = process.env.UI_ENABLE_SORT_CLIENTS === 'true'; |
|
|
|
module.exports.UI_ENABLE_SORT_CLIENTS = process.env.UI_ENABLE_SORT_CLIENTS || 'false'; |
|
|
|
|