forked from External/greenlight
update env doc
This commit is contained in:
parent
3dd3f43b24
commit
eacde6bde5
12
env
12
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
|
||||
|
|
Loading…
Reference in New Issue