forked from External/greenlight
configure i18n
This commit is contained in:
@ -12,6 +12,13 @@ module Greenlight
|
||||
# Application configuration should go into files in config/initializers
|
||||
# -- all .rb files in that directory are automatically loaded.
|
||||
|
||||
# i18n
|
||||
# ensure each language has a regional fallback
|
||||
config.i18n.available_locales = %w(en en-US)
|
||||
config.i18n.default_locale = 'en-US'
|
||||
config.i18n.fallbacks = {'en' => 'en-US'}
|
||||
|
||||
# BigBlueButton
|
||||
config.bigbluebutton_endpoint = ENV['BIGBLUEBUTTON_ENDPOINT']
|
||||
config.bigbluebutton_secret = ENV['BIGBLUEBUTTON_SECRET']
|
||||
end
|
||||
|
Reference in New Issue
Block a user