Load dotenv in production

This commit is contained in:
Helge Rausch
2015-10-23 21:28:48 +02:00
parent eb4fbc5a1b
commit 9e609fa24c
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ export SECRET_KEY_BASE=foo
export SECRET_TOKEN=bar
export RAILS_ENV=development
export POSTGRES_URL="postgres://localhost/snpr_$RAILS_ENV"
#export REDIS_URL=
export REDIS_URL=redis://localhost
export FITBIT_CONSUMER_KEY=foo
export FITBIT_CONSUMER_SECRET=bar
export PLOS_API_KEY=foo

View File

@@ -1,6 +1,6 @@
source 'http://rubygems.org'
gem 'dotenv-rails', groups: %i(development test)
gem 'dotenv-rails'
gem 'rails', '~> 4.2.0'
gem 'authlogic' # lots of user-related magic