Update API URL format to use club code + court number (e.g., otog2 for Otago Court 2)
All checks were successful
Test and Publish Templates / test-and-publish (push) Successful in 22s

This commit is contained in:
Your Name
2025-09-02 10:03:20 +12:00
parent 1a6306a39d
commit 97c4e8f925
3 changed files with 16 additions and 7 deletions

View File

@@ -62,7 +62,9 @@ services:
- score-data:/tmp:rw
environment:
- SQUASHKIWI_API=${SQUASHKIWI_API}
- COURT_ID=${COURT_ID}
- CLUB_CODE=${CLUB_CODE}
- COURT_NUMBER=${COURT_NUMBER}
- COURT_NAME=${COURT_NAME}
- MEDIAMTX_API=http://localhost:9997
- RECORDING_PATH=/recordings
- IDLE_TIMEOUT=${IDLE_TIMEOUT}