Skip to content

Commit

Permalink
Add copy/paste and devtools
Browse files Browse the repository at this point in the history
  • Loading branch information
morajabi committed Mar 22, 2018
1 parent 872f32d commit a423e4b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,13 @@ if (process.env.ONLINE_API === '1') {
host = isDev ? 'http://localhost:9900' : 'https://api.there.pm'
}

console.log('Connecting to server at:', host)
console.log(`🔥 Connecting to server at: ${host}`)

module.exports = {
devPort: 8008,
crispWebsiteId: `bb14ccd2-0869-40e7-b0f1-b520e93db7e1`,
apiUrl: host,
graphqlEndpoint: `${host}/graphql`,
crispWebsiteId: `bb14ccd2-0869-40e7-b0f1-b520e93db7e1`,
sentryDSN: `https://[email protected]/287684`,
GATrackingId: `UA-116027138-1`,
}

0 comments on commit a423e4b

Please sign in to comment.