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.
- Loading branch information
Showing
2 changed files
with
13 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,16 @@ | ||
module.exports = global.Project = { | ||
api: 'https://api.flagsmith.com/api/v1/', | ||
api: 'https://api-dev.flagsmith.com/api/v1/', | ||
flagsmithClientAPI: 'https://api.flagsmith.com/api/v1/', | ||
flagsmith: '4vfqhypYjcPoGGu8ByrBaj', // This is our Bullet Train API key - Bullet Train runs on Bullet Train! | ||
env: 'prod', // This is used for Sentry tracking | ||
sentry: 'https://[email protected]/5666694', | ||
maintenance: false, // trigger maintenance mode | ||
cookieDomain: '.flagsmith.com', | ||
excludeAnalytics: '[email protected]', | ||
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 | ||
maintenance: false, // trigger maintenance mode | ||
demoAccount: { | ||
email: '[email protected]', | ||
password: 'demo_account', | ||
}, | ||
chargebee: { | ||
site: 'flagsmith', | ||
site: 'flagsmith-test', | ||
}, | ||
assetUrl: 'https://cdn.flagsmith.com', // Location of the static files from build/, should contain a directory called static/ | ||
}; |
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