feat: added env variables HOST_APP, PORT_APP, IS_RELOAD in code

This commit is contained in:
Arduinum628
2025-12-15 13:52:28 +03:00
parent 85cdf2bc20
commit ce7f446122
3 changed files with 14 additions and 6 deletions

View File

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