mirror of
				https://github.com/Crazyco-xyz/48hr.email.git
				synced 2025-11-04 07:16:32 +01:00 
			
		
		
		
	Configurable branding pt. 2
This commit is contained in:
		
							parent
							
								
									616a174dd7
								
							
						
					
					
						commit
						4becfb7d81
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		| 
						 | 
					@ -14,7 +14,8 @@ const config = {
 | 
				
			||||||
		authTimeout: 3000,
 | 
							authTimeout: 3000,
 | 
				
			||||||
		refreshIntervalSeconds: process.env.IMAP_REFRESH_INTERVAL_SECONDS
 | 
							refreshIntervalSeconds: process.env.IMAP_REFRESH_INTERVAL_SECONDS
 | 
				
			||||||
	},
 | 
						},
 | 
				
			||||||
	http: {port: normalizePort(process.env.PORT || '3000')}
 | 
						http: {port: normalizePort(process.env.PORT || '3000')},
 | 
				
			||||||
 | 
						branding: process.env.BRANDING || ["PROJECT_NAME", "YOUR_NAME", "YOUR_WEBSITE"]
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
if (!config.imap.user || !config.imap.password || !config.imap.host) {
 | 
					if (!config.imap.user || !config.imap.password || !config.imap.host) {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue