Skip to content
This repository has been archived by the owner on Mar 22, 2023. It is now read-only.

Commit

Permalink
Added info for Greenlight 2.5.6 (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
farhatahmad authored May 8, 2020
1 parent fe518bd commit 3dba6fe
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion _posts/2019-04-15-gl-customize.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,15 @@ bbb-conf --secret

In your `.env` file, set the `BIGBLUEBUTTON_ENDPOINT` to the URL, and set `BIGBLUEBUTTON_SECRET` to the secret.

### Setting Allowed Hosts

For reasons related to security, you'll also need to specify the domain from which the application will be accessible from.

In your `.env` file, set the `SAFE_HOSTS` to your domain. If Greenlight is accessible at `https://bbb.example.com/b` then `SAFE_HOSTS=bbb.example.com`

### Configure Specific Settings

Other than the 2 configurations listed above, there are many different options for configuring Greenlight. All possible configurations are listed in the `.env` file.
Other than the 3 configurations listed above, there are many different options for configuring Greenlight. All possible configurations are listed in the `.env` file.

You can find more info on specific settings that can be configured [here](gl-config.html).

Expand Down

0 comments on commit 3dba6fe

Please sign in to comment.