mirror of
https://github.com/chenasraf/snpr.git
synced 2026-05-17 17:38:07 +00:00
Load dotenv in production
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user