forked from External/greenlight
update env doc
This commit is contained in:
parent
3dd3f43b24
commit
eacde6bde5
10
env
10
env
|
@ -3,7 +3,7 @@
|
||||||
# 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
|
# with with the command
|
||||||
#
|
#
|
||||||
# docker run --rm greenlight rake secret
|
# docker run --rm bigbluebutton/greenlight rake secret
|
||||||
#
|
#
|
||||||
SECRET_KEY_BASE=
|
SECRET_KEY_BASE=
|
||||||
|
|
||||||
|
@ -18,6 +18,7 @@ SECRET_KEY_BASE=
|
||||||
#BIGBLUEBUTTON_ENDPOINT=
|
#BIGBLUEBUTTON_ENDPOINT=
|
||||||
#BIGBLUEBUTTON_SECRET=
|
#BIGBLUEBUTTON_SECRET=
|
||||||
|
|
||||||
|
|
||||||
# If "true", GreenLight will register a webhook callback for each meeting
|
# If "true", GreenLight will register a webhook callback for each meeting
|
||||||
# created. This callback is called for all events that happen in the 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
|
# including the processing of its recording. These events are used to update
|
||||||
|
@ -62,3 +63,10 @@ TWITTER_SECRET=
|
||||||
#
|
#
|
||||||
GOOGLE_OAUTH2_ID=
|
GOOGLE_OAUTH2_ID=
|
||||||
GOOGLE_OAUTH2_SECRET=
|
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