Solved bbb variable bug

This commit is contained in:
Kevin Veen-Birkenbach 2025-04-06 09:43:59 +02:00
parent be3bd18c34
commit 37418b2658
No known key found for this signature in database
GPG Key ID: 44D8F11FD62F878E

View File

@ -28,11 +28,11 @@ RECORDING_MAX_AGE_DAYS=365
# SECRETS
# ====================================
# important! change these to any random values
SHARED_SECRET={{applications.bigbluebutton.shared_secret}}
ETHERPAD_API_KEY={{applications.bigbluebutton.etherpad_api_key}}
RAILS_SECRET={{applications.bigbluebutton.rails_secret}}
POSTGRESQL_SECRET={{applications.bigbluebutton.postgresql_secret}}
FSESL_PASSWORD={{applications.bigbluebutton.fsesl_password}}
SHARED_SECRET={{applications.bigbluebutton.credentials.shared_secret}}
ETHERPAD_API_KEY={{applications.bigbluebutton.credentials.etherpad_api_key}}
RAILS_SECRET={{applications.bigbluebutton.credentials.rails_secret}}
POSTGRESQL_SECRET={{applications.bigbluebutton.credentials.postgresql_secret}}
FSESL_PASSWORD={{applications.bigbluebutton.credentials.fsesl_password}}