From eacde6bde55c6dd5332f6d6d8c8e9e9843477e7c Mon Sep 17 00:00:00 2001 From: Zachary Chai Date: Thu, 9 Feb 2017 11:34:18 -0500 Subject: [PATCH] update env doc --- env | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/env b/env index 2c49bf57..b330ddab 100644 --- a/env +++ b/env @@ -1,9 +1,9 @@ # Step 1 - Create a secret key for rails # -# You can generate a secure one through the Greenlight docker image +# You can generate a secure one through the Greenlight docker image # with with the command # -# docker run --rm greenlight rake secret +# docker run --rm bigbluebutton/greenlight rake secret # SECRET_KEY_BASE= @@ -18,6 +18,7 @@ SECRET_KEY_BASE= #BIGBLUEBUTTON_ENDPOINT= #BIGBLUEBUTTON_SECRET= + # If "true", GreenLight will register a webhook callback for each meeting # created. This callback is called for all events that happen in the meeting, # including the processing of its recording. These events are used to update @@ -62,3 +63,10 @@ TWITTER_SECRET= # GOOGLE_OAUTH2_ID= GOOGLE_OAUTH2_SECRET= + +# Prefix for the application's root URL +# Useful for deploying the application to a subdirectory +# +# default: '/b' (recommended) +# +#RAILS_RELATIVE_URL_ROOT=/b