application configuration

This commit is contained in:
Zachary Chai
2016-11-01 16:09:24 -04:00
parent a9230616bc
commit 8427547698
3 changed files with 5 additions and 9 deletions

View File

@ -11,5 +11,8 @@ module Greenlight
# Settings in config/environments/* take precedence over those specified here.
# Application configuration should go into files in config/initializers
# -- all .rb files in that directory are automatically loaded.
config.bigbluebutton_endpoint = ENV['BIGBLUEBUTTON_ENDPOINT']
config.bigbluebutton_secret = ENV['BIGBLUEBUTTON_SECRET']
end
end