u
This commit is contained in:
		
							parent
							
								
									b6826662a0
								
							
						
					
					
						commit
						0bf41c0193
					
				
							
								
								
									
										22
									
								
								ConfigTemplate.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										22
									
								
								ConfigTemplate.js
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,22 @@
 | 
				
			|||||||
 | 
					module.exports = {
 | 
				
			||||||
 | 
					  SMTP: {
 | 
				
			||||||
 | 
					    host: '???',
 | 
				
			||||||
 | 
					    port: 465,
 | 
				
			||||||
 | 
					    secure: true, // use tls
 | 
				
			||||||
 | 
					    auth: {
 | 
				
			||||||
 | 
					      user:'????',
 | 
				
			||||||
 | 
					      pass:'????'
 | 
				
			||||||
 | 
					    },
 | 
				
			||||||
 | 
					    tls: { rejectUnauthorized: false }
 | 
				
			||||||
 | 
					  },
 | 
				
			||||||
 | 
					  SMS: {
 | 
				
			||||||
 | 
					    dxton:{
 | 
				
			||||||
 | 
					      urlChina:'http://sms.106jiekou.com/utf8/sms.aspx?account=????&password=????',
 | 
				
			||||||
 | 
					      urlWorld:'http://sms.106jiekou.com/utf8/worldapi.aspx?account=????&password=????',
 | 
				
			||||||
 | 
					    },
 | 
				
			||||||
 | 
					    aliyun:{
 | 
				
			||||||
 | 
					      accessKeyId:'????',
 | 
				
			||||||
 | 
					      secretAccessKey:'????',
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					  },
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user