diff --git a/docker-compose/.env.remote.example b/docker-compose/.env.remote.example index 1789fbd..ff61915 100644 --- a/docker-compose/.env.remote.example +++ b/docker-compose/.env.remote.example @@ -8,7 +8,7 @@ PULSE_SIGNAGE_SHARED_SECRET="" PLAYER_IDENTIFIER="player-remote" # Optional URL used by the kiosk launcher when the remote player is directly reachable -# PLAYER_PUBLIC_URL="http://remote-player.example.com:8081" +PLAYER_PUBLIC_URL="http://remote-player.example.com:8081" PLAYER_AGENT_RECONNECT_DELAY_MS=5000