forked from External/greenlight
Added env variable to set the default language (#2147)
This commit is contained in:
@ -201,6 +201,15 @@ MAINTENANCE_WINDOW=
|
||||
# Button can be disabled by setting the value to blank
|
||||
HELP_URL=https://docs.bigbluebutton.org/greenlight/gl-overview.html
|
||||
|
||||
# Change the default language
|
||||
#
|
||||
# By default, Greenlight will appear in the same language as that specific user's browser.
|
||||
# The user can override this by going into their profile and changing the language.
|
||||
# You can override the default language to a specific language instead of the browser's language by setting
|
||||
# the variable below. To find the correct value, visit: https://github.com/bigbluebutton/greenlight/tree/v2/config/locales
|
||||
# and find the code that matches the language you want. Ex: For Arabic -> DEFAULT_LOCALE=ar, For Italian -> DEFAULT_LOCALE=it
|
||||
# DEFAULT_LOCALE=
|
||||
|
||||
# Force a redirect to HTTPS and make cookies secure.
|
||||
# WARNING: Only set this to false for a development environment.
|
||||
ENABLE_SSL=true
|
||||
|
Reference in New Issue
Block a user