forked from Flagsmith/flagsmith-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproject.js
21 lines (21 loc) · 870 Bytes
/
project.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module.exports = global.Project = {
api: 'https://api-dev.flagsmith.com/api/v1/',
flagsmithClientAPI: 'https://api.flagsmith.com/api/v1/',
flagsmith: '8KzETdDeMY7xkqkSkY3Gsg', // This is our Bullet Train API key - Bullet Train runs on Bullet Train!
debug: false,
delighted: true, // determines whether to shw delighted feedback widget
env: 'dev', // This is used for Sentry tracking
ga: 'UA-120237963-3', // This is our Google Analytics key
maintenance: false, // trigger maintenance mode
demoAccount: {
email: '[email protected]',
password: 'demo_account',
},
chargebee: {
site: 'flagsmith-test',
},
crispChat: '8857f89e-0eb5-4263-ab49-a293872b6c19',
mixpanel: '6143f9ceefb1c67640a0771345e8c095',
amplitude: '00c348027841be8f129bba0fd307a790',
basename: '',
};