initial commit
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				Build and Publish / Build Yale Access Backend (push) Successful in 28s
				
			
		
			
				
	
				Build and Publish / Build Yale Access Frontend (push) Successful in 47s
				
			
		
			
				
	
				Build and Publish / Push Yale Access Backend Docker Image (push) Successful in 9s
				
			
		
			
				
	
				Build and Publish / Push Yale Access Frontend Docker Image (push) Successful in 10s
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	Build and Publish / Build Yale Access Backend (push) Successful in 28s
				
			Build and Publish / Build Yale Access Frontend (push) Successful in 47s
				
			Build and Publish / Push Yale Access Backend Docker Image (push) Successful in 9s
				
			Build and Publish / Push Yale Access Frontend Docker Image (push) Successful in 10s
				
			This commit is contained in:
		
							
								
								
									
										25
									
								
								packages/backend/Templates/secrets.template.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										25
									
								
								packages/backend/Templates/secrets.template.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,25 @@ | ||||
| { | ||||
|   "LogLocation": "<Location>/Log.txt", // Location of the log file | ||||
|   "CorsAllowedOrigins": "http://localhost:5173", // The URL of the frontend SPA | ||||
|   "Devices": { | ||||
|     "YaleLockNodeId": "?" // The yale lock node id from your ZWave Network | ||||
|   }, | ||||
|   "Codes": { | ||||
|     "Home": 1, // Home user code  | ||||
|     "GuestCodeRangeStart": 2, // Guest or user codes start ID | ||||
|     "GuestCodeRangeCount": 5 // Guest or user codes count | ||||
|   }, | ||||
|   "ZWave": { | ||||
|     "Url": "ws://localhost:3000", // The URL of the ZWave Server | ||||
|     "SchemaVersion": "?" // The schema version of your ZWave Network | ||||
|   }, | ||||
|   "Authentication": { | ||||
|     "Password": "<Password>" // Password to access the YaleAccess Portal | ||||
|   }, | ||||
|   "Twilio": { | ||||
|     "AccountSid": "<SID>", | ||||
|     "AuthToken": "<Auth>", | ||||
|     "FromNumber": "<From Number>", | ||||
|     "Message": "<Message>" | ||||
|   } | ||||
| } | ||||
		Reference in New Issue
	
	Block a user