diff --git a/roles/docker-bigbluebutton/templates/env.j2 b/roles/docker-bigbluebutton/templates/env.j2 index d77bcbcb..81ed9a4f 100644 --- a/roles/docker-bigbluebutton/templates/env.j2 +++ b/roles/docker-bigbluebutton/templates/env.j2 @@ -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}}