-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into snyk-fix-bebd46ff39b40e88280eb0ad35f47455
- Loading branch information
Showing
2 changed files
with
15 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Settings that are Configurable Per Tenant | ||
(applicable only for use with the Rooms application) | ||
|
||
To add a settings for a specific tenant, use the following rake task: `rake db:tenants:settings:upsert[<tenant uid>, <setting key>, <setting value>]` | ||
|
||
| Setting Key | Description | | ||
| ---------- | ---------- | | ||
| bigbluebutton_url | The URL of the BBB server to be used | | ||
| bigbluebutton_secret | The secret for the BBB server to be used | | ||
| handler_params | The launch parameters to use for creating the room ID. To add more than one parameter, use the following syntax: "param1\\,param2". For example: "context_id\\,resource_link_id" | | ||
| enable_shared_rooms | Whether or not to enable the shared rooms feature. The default is false. | | ||
|
||
|