|
1 | 1 | module.exports = global.Project = { |
2 | | - api: 'https://api.bullet-train.io/api/v1/', |
3 | | - bulletTrain: '4vfqhypYjcPoGGu8ByrBaj', // This is our Bullet Train API key - Bullet Train runs on Bullet Train! |
4 | | - env: 'prod', // This is used for Sentry tracking |
5 | | - ga: 'UA-120237963-1', // This is our Google Analytics key |
6 | | - sentry: 'https://[email protected]/1320942', |
| 2 | + api: 'https://api-dev.bullet-train.io/api/v1/', |
| 3 | + bulletTrainClientAPI: 'https://api.bullet-train.io/api/v1/', |
| 4 | + bulletTrain: '8KzETdDeMY7xkqkSkY3Gsg', // This is our Bullet Train API key - Bullet Train runs on Bullet Train! |
| 5 | + debug: false, |
| 6 | + env: 'dev', // This is used for Sentry tracking |
| 7 | + ga: 'UA-120237963-3', // This is our Google Analytics key |
7 | 8 | demoAccount: { |
8 | 9 | |
9 | 10 | password: 'demo_account', |
10 | 11 | }, |
11 | 12 | chargebee: { |
12 | | - site: 'bullettrain', |
| 13 | + site: 'bullettrain-test', |
13 | 14 | }, |
14 | 15 | crispChat: '8857f89e-0eb5-4263-ab49-a293872b6c19', |
15 | | - mixpanel: '9448f5be8a5555c380e5dd4b7ac2c345', |
16 | | - assetUrl: 'https://cdn.bullet-train.io', // Location of the static files from build/, should contain a directory called static/ |
| 16 | + mixpanel: '6143f9ceefb1c67640a0771345e8c095', |
17 | 17 | }; |
0 commit comments