74deabd4b1
Move the Mac Tauri UI (pro.cleanflix.connector) into this repo under desktop/. Bundled Node runtime stays gitignored; package scripts fetch it when building.
7 lines
234 B
Bash
7 lines
234 B
Bash
PORT=8787
|
|
MEDIA_ROOT=/absolute/path/to/your/media
|
|
PUBLIC_BASE_URL=https://connector.example.home
|
|
APPROVAL_BASE_URL=https://connector.example.home
|
|
# Generate with: node hash-password.js "a-long-private-password"
|
|
PAIRING_PASSWORD_HASH=
|