Skip to content

Commit

Permalink
Merge pull request #3406 from kiva/turn-off-local-dev-3rd-parties
Browse files Browse the repository at this point in the history
chore: turn of 3rd party scripts in local dev mode
  • Loading branch information
mcstover authored Nov 9, 2021
2 parents 93a8e55 + 9ec1667 commit 4f10a26
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions config/local.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,16 @@ module.exports = merge(base, {
publicPath: '/',
photoPath: 'https://www-kiva-org.freetls.fastly.net/img/',
graphqlUri: 'https://marketplace-api.k1.kiva.org/graphql',
enablePerimeterx: false,
enableAnalytics: false,
enableFullStory: false,
enableSentry: false,
auth0: {
enable: false,
},
oneTrust: {
enable: false
}
},
server: {
graphqlUri: 'https://marketplace-api.k1.kiva.org/graphql',
Expand Down

0 comments on commit 4f10a26

Please sign in to comment.