mirror of
https://github.com/avatao-content/baseimage-tutorial-framework
synced 2025-06-28 14:55:12 +00:00
Refactor handling of working directory for SourceCodeEventHandler
This commit is contained in:
@ -7,6 +7,7 @@ SUPERVISOR_HTTP_PORT = os.getenv('TFW_SUPERVISOR_PORT', 9001)
|
||||
LOGIN_APP_PORT = os.getenv('TFW_LOGIN_APP_PORT', 6666)
|
||||
TERMINADO_PORT = os.getenv('TFW_TERMINADO_PORT', 9999)
|
||||
TERMINADO_WD = os.getenv('TFW_TERMINADO_WD')
|
||||
WEBIDE_WD = os.getenv('TFW_WEBIDE_WD')
|
||||
|
||||
SUPERVISOR_HTTP_URI = 'http://localhost:{}'.format(SUPERVISOR_HTTP_PORT)
|
||||
|
||||
|
Reference in New Issue
Block a user