add environment variable for changes lang

This commit is contained in:
cany748 2022-06-20 20:09:17 +07:00
parent f8c414042a
commit 2c29909ef6
6 changed files with 25 additions and 31 deletions

View file

@ -26,3 +26,4 @@ iptables -A FORWARD -o wg0 -j ACCEPT;
module.exports.WG_PRE_DOWN = process.env.WG_PRE_DOWN || '';
module.exports.WG_POST_DOWN = process.env.WG_POST_DOWN || '';
module.exports.LANG = process.env.LANG || 'en';