feat: added env variables HOST_APP, PORT_APP, IS_RELOAD in code
This commit is contained in:
@@ -31,6 +31,9 @@ class Settings(ModelConfig):
|
||||
|
||||
stream_url: str
|
||||
websocket_url_robot: str
|
||||
port_app: int
|
||||
host_app: str
|
||||
is_reload: bool
|
||||
commands_robot: CommandsRobot = CommandsRobot()
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user