add guest password config
This commit is contained in:
parent
25c6a5da40
commit
9685c7f909
1 changed files with 2 additions and 1 deletions
|
@ -15,5 +15,6 @@ module.exports = {
|
||||||
trustProxy: process.env.TRUST_PROXY === 'true' ? true : process.env.TRUST_PROXY || 'loopback',
|
trustProxy: process.env.TRUST_PROXY === 'true' ? true : process.env.TRUST_PROXY || 'loopback',
|
||||||
bulmaswatch: (process.env.BULMASWATCH || 'default').toLowerCase(),
|
bulmaswatch: (process.env.BULMASWATCH || 'default').toLowerCase(),
|
||||||
pfp: process.env.PFP !== 'false',
|
pfp: process.env.PFP !== 'false',
|
||||||
language: process.env.LANGUAGE?.toLowerCase() || 'en-us'
|
language: process.env.LANGUAGE?.toLowerCase() || 'en-us',
|
||||||
|
guestPassword: process.env.GUEST_PASSWORD
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue