mirror of
https://github.com/avatao-content/baseimage-tutorial-framework
synced 2025-06-28 14:55:12 +00:00
Rename WEB_PORT to TFW_WEB_PORT
This commit is contained in:
@ -2,7 +2,7 @@ import os
|
||||
|
||||
PUBLISHER_PORT = os.getenv('PUBLISHER_PORT', 7654)
|
||||
RECEIVER_PORT = os.getenv('RECEIVER_PORT', 8765)
|
||||
WEB_PORT = os.getenv('WEB_PORT', 4242)
|
||||
WEB_PORT = os.getenv('TFW_WEB_PORT', 4242)
|
||||
SUPERVISOR_HTTP_PORT = os.getenv('TFW_SUPERVISOR_PORT', 9001)
|
||||
LOGIN_APP_PORT= os.getenv('TFW_LOGIN_APP_PORT', 6666)
|
||||
|
||||
|
Reference in New Issue
Block a user