11 lines
360 B
Bash
11 lines
360 B
Bash
# Shared application settings
|
|
PULSE_SIGNAGE_IMAGE="git.lzstealth.com/lzstealth/pulse-signage:latest"
|
|
PULSE_SIGNAGE_SHARED_SECRET=""
|
|
|
|
# Player settings
|
|
PLAYER_IDENTIFIER="player-remote"
|
|
PLAYER_PUBLIC_URL="http://localhost:8081"
|
|
PLAYER_AGENT_RECONNECT_DELAY_MS=5000
|
|
|
|
# Remote player connectivity settings
|
|
BRIDGE_PUBLIC_URL="http://player-bridge.example.com:8090" |