mirror of
				https://github.com/Crazyco-xyz/48hr.email.git
				synced 2025-11-04 15:26:33 +01:00 
			
		
		
		
	add example domains to config sample to make it clearer
This commit is contained in:
		
							parent
							
								
									8a9e853469
								
							
						
					
					
						commit
						a4c2a9aa72
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -1,6 +1,6 @@
 | 
				
			||||||
const config = {
 | 
					const config = {
 | 
				
			||||||
	email: { // Email configuration
 | 
						email: { // Email configuration
 | 
				
			||||||
		domains: process.env.EMAIL_DOMAINS, // List object of domains
 | 
							domains: process.env.EMAIL_DOMAINS || ['example.com', 'example.net'], // List object of domains
 | 
				
			||||||
		purgeTime: process.env.EMAIL_PURGE_TIME || {
 | 
							purgeTime: process.env.EMAIL_PURGE_TIME || {
 | 
				
			||||||
			time: 48, // Time value for when to purge
 | 
								time: 48, // Time value for when to purge
 | 
				
			||||||
			unit: 'hours', // minutes, hours, days
 | 
								unit: 'hours', // minutes, hours, days
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue