mirror of
				https://github.com/KevinMidboe/ISPDowntimeMonitor.git
				synced 2025-10-29 17:50:12 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			112 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			112 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
 | 
						|
module.exports = {
 | 
						|
  senderEmail: '',
 | 
						|
  senderPassword: '',
 | 
						|
  recipientEmail: '',
 | 
						|
  url: '',
 | 
						|
  debug: false
 | 
						|
}
 | 
						|
 |