From b1482fa27bc8eaaf80439e1bde65da791ea723af Mon Sep 17 00:00:00 2001 From: farhatahmad Date: Fri, 8 May 2020 16:38:44 -0400 Subject: [PATCH] Added info for Greenlight 2.5.6 --- _posts/2019-04-15-gl-customize.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/_posts/2019-04-15-gl-customize.md b/_posts/2019-04-15-gl-customize.md index ae0623d3..7ac8fad6 100644 --- a/_posts/2019-04-15-gl-customize.md +++ b/_posts/2019-04-15-gl-customize.md @@ -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).