mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-04-20 15:04:57 +02:00
Solved bbb variable bug
This commit is contained in:
parent
be3bd18c34
commit
37418b2658
@ -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}}
|
||||
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user