forked from External/greenlight
Added env variable to set the default language (#2147)
This commit is contained in:
@ -131,6 +131,9 @@ module Greenlight
|
||||
# File types allowed in preupload presentation
|
||||
config.allowed_file_types = ".doc,.docx,.ppt,.pptx,.pdf,.xls,.xlsx,.txt,.rtf,.odt,.ods,.odp,.odg,.odc,.odi,.jpg,.jpeg,.png"
|
||||
|
||||
# Default locale
|
||||
config.default_locale = ENV["DEFAULT_LOCALE"]
|
||||
|
||||
# DEFAULTS
|
||||
|
||||
# Default branding image if the user does not specify one
|
||||
|
Reference in New Issue
Block a user