mirror of
				https://github.com/avatao-content/test-tutorial-framework
				synced 2025-11-04 14:12:55 +00:00 
			
		
		
		
	Update terminal port envvar name
This commit is contained in:
		@@ -43,7 +43,7 @@ def main():
 | 
			
		||||
    deploy_eh = eh_factory.build(DeployHandler())
 | 
			
		||||
    # Web shell backend
 | 
			
		||||
    terminal_eh = eh_factory.build(TerminalHandler(
 | 
			
		||||
        port=TFWENV.TERMINADO_PORT,
 | 
			
		||||
        port=TFWENV.TERMINAL_PORT,
 | 
			
		||||
        user=TAOENV.USER,
 | 
			
		||||
        working_directory=TFWENV.TERMINADO_WD,
 | 
			
		||||
        histfile=TFWENV.HISTFILE
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user