mirror of
https://github.com/avatao-content/test-tutorial-framework
synced 2024-11-14 02:57:18 +00:00
Update terminal port envvar name
This commit is contained in:
parent
5da0af26a0
commit
6f7c197b12
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user