Philip H
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
src/config.js
|
|
@ -8,7 +8,7 @@ module.exports.WEBUI_HOST = process.env.WEBUI_HOST || '0.0.0.0'; |
|
|
|
module.exports.PASSWORD = process.env.PASSWORD; |
|
|
|
module.exports.WG_PATH = process.env.WG_PATH || '/etc/wireguard/'; |
|
|
|
module.exports.WG_DEVICE = process.env.WG_DEVICE || 'eth0'; |
|
|
|
module.exports.WG_INTERFACE = process.env.WG_INTERFACE.toLowerCase() || 'wg0' |
|
|
|
module.exports.WG_INTERFACE = process.env.WG_INTERFACE.toLowerCase() || 'wg0'; |
|
|
|
module.exports.WG_HOST = process.env.WG_HOST; |
|
|
|
module.exports.WG_PORT = process.env.WG_PORT || 51820; |
|
|
|
module.exports.WG_MTU = process.env.WG_MTU || null; |
|
|
|