Fastidious
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
1 deletions
-
src/config.js
|
|
@ -4,7 +4,6 @@ const { release } = require('./package.json'); |
|
|
|
|
|
|
|
module.exports.RELEASE = release; |
|
|
|
module.exports.PORT = process.env.PORT || 51821; |
|
|
|
module.exports.WEBHOST = process.env.WEBHOST || '0.0.0.0'; |
|
|
|
module.exports.PASSWORD = process.env.PASSWORD; |
|
|
|
module.exports.WG_PATH = process.env.WG_PATH || '/etc/wireguard/'; |
|
|
|
module.exports.WG_HOST = process.env.WG_HOST; |
|
|
|