mirror of
https://github.com/warengroup/eximiabots-radiox.git
synced 2024-11-10 02:20:18 +00:00
Add maintenance mode in config.js
This commit is contained in:
parent
526bb7736a
commit
5c1a8f0ef1
@ -21,6 +21,6 @@ module.exports = {
|
||||
|
||||
//Settings
|
||||
version: process.env.RADIOX_VERSION || process.env.npm_package_version,
|
||||
debug: process.env.DEBUG_MODE || false
|
||||
|
||||
debug: process.env.DEBUG_MODE || false,
|
||||
maintenance: false
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user