Added sample config
This commit is contained in:
		
							
								
								
									
										11
									
								
								notify-term/config/auth.js.example
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										11
									
								
								notify-term/config/auth.js.example
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,11 @@
 | 
			
		||||
module.exports = {
 | 
			
		||||
    // Defined in Docs
 | 
			
		||||
	Uri: "https://login.live.com/accesstoken.srf"
 | 
			
		||||
 | 
			
		||||
    // Given by Dev center
 | 
			
		||||
	, Id: "ms-app://s-1-11-1-1111111111-1111111111-1111111111-1111111111-11111111-1111111111-1111111111"
 | 
			
		||||
	, Secret: "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA"
 | 
			
		||||
 | 
			
		||||
    // basic protection pass
 | 
			
		||||
	, Client: "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA"
 | 
			
		||||
}
 | 
			
		||||
							
								
								
									
										7
									
								
								notify-term/config/db.js.example
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										7
									
								
								notify-term/config/db.js.example
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,7 @@
 | 
			
		||||
module.exports = {
 | 
			
		||||
	host: "mongodb://123.456.789.0/database_name"
 | 
			
		||||
	, auth:{
 | 
			
		||||
		user: "UserName"
 | 
			
		||||
		, pass: "Password"
 | 
			
		||||
	}
 | 
			
		||||
};
 | 
			
		||||
		Reference in New Issue
	
	Block a user