Skip to content

Commit

Permalink
envvar fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
wjsc committed Feb 25, 2018
1 parent 5300e1a commit f79bf1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/default.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ export const config = {
api_url: process.env.REACT_APP_API,
trackers:{
google_analytics: process.env.REACT_APP_GOOGLE_ANALYTICS || "UA-XXXXXXX-1",
track_play_ms: process.env.REACT_MILISECONDS_PLAY || 30000
track_play_ms: process.env.REACT_APP_MILISECONDS_PLAY || 30000
},
firebase:{
apiKey: process.env.REACT_APP_FIREBASE_API_KEY || "AIzaSyBa9gaXmOAt5beEjWVnsZwPCSFu59Ox5pE",
Expand Down

0 comments on commit f79bf1c

Please sign in to comment.