forked from mirrors/amnezia-wg-easy
fix: buttons on mobile
This commit is contained in:
parent
2ef264d06f
commit
b46018efd8
6 changed files with 66 additions and 24 deletions
|
@ -1,8 +1,8 @@
|
|||
'use strict';
|
||||
|
||||
const { release } = require('./package.json');
|
||||
const { release: { version } } = require('./package.json');
|
||||
|
||||
module.exports.RELEASE = release;
|
||||
module.exports.RELEASE = version;
|
||||
module.exports.PORT = process.env.PORT || '51821';
|
||||
module.exports.WEBUI_HOST = process.env.WEBUI_HOST || '0.0.0.0';
|
||||
module.exports.PASSWORD_HASH = process.env.PASSWORD_HASH;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue