Skip to content

Commit

Permalink
Modified gitignore and env file
Browse files Browse the repository at this point in the history
  • Loading branch information
c-brooks committed Oct 28, 2016
1 parent e180f38 commit 935d0e5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
13 changes: 0 additions & 13 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,16 +1,3 @@
# Sports API Keys (from sportsradar.us)
API_KEY_NBA=your_nba_api_key
API_KEY_NFL=your_nfl_api_key
API_KEY_SOCCER_EU=your_soccer-eu_api_key
API_KEY_SOCCER_NA=your_soccer-na_api_key
API_KEY_MLB=your_mlb_api_key
API_KEY_TENNIS=your_tennis_api_key
API_KEY_LOL=your_lol_api_key
API_KEY_NHL=your_nhl_api_key
API_KEY_GOLF=your_golf_api_key
API_KEY_MMA=your_mma_api_key
API_KEY_NASCAR=your_nascar_api_key


# Facebook API Keys
FB_APP_ID=fb_app_id
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@

# Ignore environment files
.env
.env.production

# Ignore the Gemfile.lock
Gemfile.lock

0 comments on commit 935d0e5

Please sign in to comment.