Update server configuration and Docker setup for improved deployment

This commit is contained in:
MayaTheShy
2026-03-21 17:15:04 -04:00
parent cc64b568a0
commit 2853ca98a0
4 changed files with 58 additions and 9 deletions

View File

@@ -9,7 +9,7 @@
-------------------------------------------------
-- Web server URL (change to your Docker host IP/hostname)
local SERVER_URL = "http://localhost:4200"
local SERVER_URL = "http://localhost"
local POLL_INTERVAL = 0.5 -- seconds between command polls
local STATE_INTERVAL = 1 -- seconds between state forwards