This repository has been archived by the owner on Jun 10, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# Conflicts: # common/project.js
- Loading branch information
Showing
7 changed files
with
14 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
module.exports = global.Project = { | ||
api: 'https://api.bullet-train.io/api/v1/', | ||
bulletTrain: '4vfqhypYjcPoGGu8ByrBaj', // This is our Bullet Train API key - Bullet Train runs on Bullet Train! | ||
env: 'prod', // This is used for Sentry tracking | ||
ga: 'UA-120237963-1', // This is our Google Analytics key | ||
sentry: 'https://[email protected]/1320942', | ||
api: 'https://api-dev.bullet-train.io/api/v1/', | ||
bulletTrainClientAPI: 'https://api.bullet-train.io/api/v1/', | ||
bulletTrain: '8KzETdDeMY7xkqkSkY3Gsg', // This is our Bullet Train API key - Bullet Train runs on Bullet Train! | ||
debug: false, | ||
env: 'dev', // This is used for Sentry tracking | ||
ga: 'UA-120237963-3', // This is our Google Analytics key | ||
demoAccount: { | ||
email: '[email protected]', | ||
password: 'demo_account', | ||
}, | ||
chargebee: { | ||
site: 'bullettrain', | ||
site: 'bullettrain-test', | ||
}, | ||
crispChat: '8857f89e-0eb5-4263-ab49-a293872b6c19', | ||
mixpanel: '9448f5be8a5555c380e5dd4b7ac2c345', | ||
assetUrl: 'https://cdn.bullet-train.io', // Location of the static files from build/, should contain a directory called static/ | ||
mixpanel: '6143f9ceefb1c67640a0771345e8c095', | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters