style: Update SERVER_URL to direct to Docker server on LAN for local development

This commit is contained in:
MayaTheShy
2026-02-20 03:16:35 -05:00
parent f0281ddaa5
commit 46c0817270

View File

@@ -2,7 +2,7 @@
-- Beautiful visual interface for 2x3 monitor setup
-- Forwards turtle status updates to the web server
local SERVER_URL = "https://turtles.spatulaa.com" -- Reverse proxy URL
local SERVER_URL = "http://beta:4200" -- Direct to Docker server on LAN
local CHANNEL_RECEIVE = 101
local STATUS_CHANNEL = 102
local COMMAND_CHANNEL = 100