Update PoliticTalk Jitsi room policy
This commit is contained in:
10
templates/pgapi-politictalk-jwt.env.example
Normal file
10
templates/pgapi-politictalk-jwt.env.example
Normal file
@@ -0,0 +1,10 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user