8 lines
275 B
Bash
8 lines
275 B
Bash
APP_HOST=cleanstream-connector.test
|
|
SHARED_NETWORK=local-proxy
|
|
MEDIA_ROOT=/absolute/path/to/video-library
|
|
# Production: generate with `node hash-password.js <password>`.
|
|
PAIRING_PASSWORD_HASH=
|
|
# Staging only. Do not set alongside PAIRING_PASSWORD_HASH.
|
|
PAIRING_SECRET=246810
|