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

Commit 3dba6fe

Browse files
authored
Added info for Greenlight 2.5.6 (#140)
1 parent fe518bd commit 3dba6fe

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

_posts/2019-04-15-gl-customize.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,9 +117,15 @@ bbb-conf --secret
117117

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

120+
### Setting Allowed Hosts
121+
122+
For reasons related to security, you'll also need to specify the domain from which the application will be accessible from.
123+
124+
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`
125+
120126
### Configure Specific Settings
121127

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

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

0 commit comments

Comments
 (0)