feat: add connector owner password auth
This commit is contained in:
+4
-1
@@ -1,4 +1,7 @@
|
||||
APP_HOST=cleanstream-connector.test
|
||||
SHARED_NETWORK=local-proxy
|
||||
MEDIA_ROOT=/absolute/path/to/video-library
|
||||
PAIRING_SECRET=replace-with-a-long-random-secret
|
||||
# Production: generate with `node hash-password.js <password>`.
|
||||
PAIRING_PASSWORD_HASH=
|
||||
# Staging only. Do not set alongside PAIRING_PASSWORD_HASH.
|
||||
PAIRING_SECRET=246810
|
||||
|
||||
Reference in New Issue
Block a user