Update template service.env to use CLUB_CODE and COURT_NUMBER format
All checks were successful
Test and Publish Templates / test-and-publish (push) Successful in 22s
All checks were successful
Test and Publish Templates / test-and-publish (push) Successful in 22s
This commit is contained in:
@@ -17,7 +17,10 @@ CAMERA_PASSWORD=changeme
|
|||||||
CAMERA_RTSP_PORT=554
|
CAMERA_RTSP_PORT=554
|
||||||
|
|
||||||
# Court Configuration
|
# Court Configuration
|
||||||
COURT_ID=court1
|
# CLUB_CODE: Your club's code (e.g., OTOG for Otago, WELL for Wellington)
|
||||||
|
# COURT_NUMBER: The court number (1, 2, 3, etc.)
|
||||||
|
CLUB_CODE=OTOG
|
||||||
|
COURT_NUMBER=1
|
||||||
COURT_NAME="Court 1"
|
COURT_NAME="Court 1"
|
||||||
|
|
||||||
# SquashKiwi API
|
# SquashKiwi API
|
||||||
@@ -32,6 +35,10 @@ IDLE_TIMEOUT=300
|
|||||||
HOST_PORT=8880
|
HOST_PORT=8880
|
||||||
PUBLIC_IP=
|
PUBLIC_IP=
|
||||||
|
|
||||||
|
# MediaMTX Authentication (optional - remove values to disable auth)
|
||||||
|
MEDIAMTX_USER=
|
||||||
|
MEDIAMTX_PASS=
|
||||||
|
|
||||||
# SSH User automatically set on service creation.
|
# SSH User automatically set on service creation.
|
||||||
SSH_USER="root"
|
SSH_USER="root"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user