Make use of dotenv
This commit is contained in:
parent
fee8adba4b
commit
d79a9b6fc1
4 changed files with 60 additions and 0 deletions
4
Gemfile
4
Gemfile
|
|
@ -171,6 +171,10 @@ gem 'ruby-oembed'
|
|||
# for uploading images to the cloud
|
||||
gem 'cloudinary'
|
||||
|
||||
# for setting app configuration in the environment
|
||||
gem 'dotenv-rails'
|
||||
|
||||
# Use guard and spring for testing in development
|
||||
group :development do
|
||||
# to launch specs when files are modified
|
||||
gem 'guard-rspec', '~> 4.2.8'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue