Skip to content

Commit

Permalink
use dotenv
Browse files Browse the repository at this point in the history
  • Loading branch information
phoet committed Apr 4, 2018
1 parent 55822d6 commit 37d9200
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 6 deletions.
11 changes: 11 additions & 0 deletions .env.development
@@ -0,0 +1,11 @@
HOR_API_KEY=HOR_API_KEY_TEST
SECRET_TOKEN=SECRET_TOKEN_TEST_b7c7374eb0285b87c0c1c61c2c5401b9f92dd59209713801743202c
RACK_ENV=development
TWITTER_CONSUMER_KEY=oJ2y2wLAcoQdIMyWGJxusA
TWITTER_CONSUMER_SECRET=kscsfZrdkqqv8KZQ0HFiDOiTDFGJbqerb5i9oIVa6s
OMNIAUTH_GITHUB_RUGB_TEST_KEY=f859969acc060c3f1e41
OMNIAUTH_GITHUB_RUGB_TEST_SECRET=93d2f12e662e79f23d8aa9cf8bd271bfd1462db7
OMNIAUTH_GITHUB_ONRUBY_TEST_KEY=40476a2d1961166b313d
OMNIAUTH_GITHUB_ONRUBY_TEST_SECRET=631246927040210ff8d21f7d734c291f7b8b8dcf
ONE_SIGNAL_APP_ID=ONE_SIGNAL_TEST_APP_ID
ONE_SIGNAL_KEY=ONE_SIGNAL_TEST_KEY
1 change: 1 addition & 0 deletions Gemfile
Expand Up @@ -2,6 +2,7 @@ source 'http://rubygems.org'
ruby '~> 2.4.2'

gem 'puma', '~> 3.6'
gem 'dotenv-rails', '~> 2.2.1', require: 'dotenv/rails-now'
gem 'rails', '~> 5.0.6'
gem 'responders', '~> 2.0'
gem 'rails-observers', '~> 0.1.2' # 0.1.4 is broken https://github.com/rails/rails-observers/issues/60
Expand Down
5 changes: 5 additions & 0 deletions Gemfile.lock
Expand Up @@ -99,6 +99,10 @@ GEM
decent_exposure (3.0.2)
activesupport (>= 4.0)
diff-lcs (1.3)
dotenv (2.2.1)
dotenv-rails (2.2.1)
dotenv (= 2.2.1)
railties (>= 3.2, < 5.2)
erubi (1.7.1)
erubis (2.7.0)
ethon (0.11.0)
Expand Down Expand Up @@ -364,6 +368,7 @@ DEPENDENCIES
compass-rails
dalli (~> 2.7.0)
decent_exposure (~> 3.0.2)
dotenv-rails (~> 2.2.1)
exception_notification (~> 4.2.2)
factory_bot_rails
faker
Expand Down
6 changes: 0 additions & 6 deletions script/rails

This file was deleted.

0 comments on commit 37d9200

Please sign in to comment.