Update terminal port envvar name

This commit is contained in:
Kristóf Tóth 2019-10-08 14:25:58 +02:00
parent 5da0af26a0
commit 6f7c197b12
1 changed files with 1 additions and 1 deletions

View File

@ -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