feat(tournament): seed external server registry from env var on startup
Build & Test (NowChessSystems) TeamCity build was queued
Build & Test (NowChessSystems) TeamCity build was queued
TOURNAMENT_EXTERNAL_SERVERS (comma-separated URLs) is loaded into TournamentServerRegistry at startup so the bot can park on all servers and replication targets are known without manual API calls after each restart. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -27,7 +27,7 @@ nowchess:
|
||||
internal:
|
||||
secret: 123abc
|
||||
tournament:
|
||||
service-url: http://localhost:8086
|
||||
service-url: http://localhost:8088
|
||||
|
||||
"%deployed":
|
||||
quarkus:
|
||||
@@ -52,4 +52,4 @@ nowchess:
|
||||
internal:
|
||||
secret: ${INTERNAL_SECRET}
|
||||
tournament:
|
||||
service-url: ${TOURNAMENT_SERVICE_URL:http://localhost:8086}
|
||||
service-url: ${TOURNAMENT_SERVICE_URL:http://localhost:8088}
|
||||
|
||||
Reference in New Issue
Block a user