mirror of
				https://github.com/warengroup/eximiabots-radiox.git
				synced 2025-11-04 01:49:37 +00:00 
			
		
		
		
	Add maintenance mode in config.js
This commit is contained in:
		@@ -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
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user