bbb_endpoint and bbb_secret can be configured with environment variables

This commit is contained in:
jfederico
2016-10-18 13:50:51 -04:00
parent c47bcd5aee
commit cd867f9e20
7 changed files with 12 additions and 17 deletions

View File

@ -33,7 +33,6 @@ gem 'jbuilder', '~> 2.5'
group :development, :test do
# For environment configuration
gem 'dotenv-rails'
# Call 'byebug' anywhere in the code to stop execution and get a debugger console
gem 'byebug', platform: :mri
end