forked from DebaucheryLibrarian/traxxx
Added maintenance mode.
This commit is contained in:
@@ -36,6 +36,10 @@ module.exports = {
|
||||
maxAge: 2629800000, // 1 month
|
||||
},
|
||||
},
|
||||
maintenance: {
|
||||
enabled: false,
|
||||
text: 'Traxxx is currently under maintenance. We will be back shortly!',
|
||||
},
|
||||
},
|
||||
redis: {
|
||||
host: 'localhost',
|
||||
|
||||
Reference in New Issue
Block a user