Added maintenance mode.

This commit is contained in:
DebaucheryLibrarian
2023-12-06 01:51:34 +01:00
parent a3c064be55
commit 2a3f21976a
4 changed files with 76 additions and 1 deletions

View File

@@ -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',