mirror of
				https://github.com/retspen/webvirtcloud
				synced 2025-07-31 12:41:08 +00:00 
			
		
		
		
	settings.py: add ws_public_port comment and set default value 6080
This commit is contained in:
		
							parent
							
								
									c2d69d0f9b
								
							
						
					
					
						commit
						941a97201e
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -103,8 +103,8 @@ WS_PORT = 6080
 | 
			
		|||
# Websock host
 | 
			
		||||
WS_HOST = '0.0.0.0'
 | 
			
		||||
 | 
			
		||||
# Websock public port
 | 
			
		||||
WS_PUBLIC_PORT = '443'
 | 
			
		||||
# Websock public port - 80 or 443 if reverse-proxy, else 6080
 | 
			
		||||
WS_PUBLIC_PORT = 6080
 | 
			
		||||
 | 
			
		||||
# Websock public host
 | 
			
		||||
WS_PUBLIC_HOST = None
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue