Add maintenance mode in config.js

This commit is contained in:
Christer Warén 2021-09-09 18:54:51 +03:00
parent 526bb7736a
commit 5c1a8f0ef1

View File

@ -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
}