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:
@@ -16,8 +16,11 @@ CAMERA_USER=admin
|
||||
CAMERA_PASSWORD=changeme
|
||||
CAMERA_RTSP_PORT=554
|
||||
|
||||
# Court Configuration
|
||||
COURT_ID=court1
|
||||
# Court Configuration
|
||||
# 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"
|
||||
|
||||
# SquashKiwi API
|
||||
@@ -32,6 +35,10 @@ IDLE_TIMEOUT=300
|
||||
HOST_PORT=8880
|
||||
PUBLIC_IP=
|
||||
|
||||
# MediaMTX Authentication (optional - remove values to disable auth)
|
||||
MEDIAMTX_USER=
|
||||
MEDIAMTX_PASS=
|
||||
|
||||
# SSH User automatically set on service creation.
|
||||
SSH_USER="root"
|
||||
|
||||
|
Reference in New Issue
Block a user