11 lines
538 B
Plaintext
11 lines
538 B
Plaintext
# Add these to pgapi/.env only when the Jitsi VPS has token auth enabled.
|
|
# The app id and secret must match the Prosody token-auth config on the VPS.
|
|
|
|
POLITICTALK_MEETING_BASE_URL=https://politictalk.parallelglobe.io
|
|
POLITICTALK_JITSI_JWT_APP_ID=politictalk
|
|
POLITICTALK_JITSI_JWT_APP_SECRET=replace-with-a-long-random-secret
|
|
POLITICTALK_JITSI_JWT_AUDIENCE=jitsi
|
|
POLITICTALK_JITSI_JWT_SUBJECT=politictalk.parallelglobe.io
|
|
POLITICTALK_JITSI_JWT_TTL_SECONDS=21600
|
|
POLITICTALK_JITSI_LIFECYCLE_SECRET=replace-with-a-second-long-random-secret
|