Skip to content

Commit

Permalink
feat: [CP-477] disabling batching so we can shift traffic to the EKS …
Browse files Browse the repository at this point in the history
…cluster (#4969)
  • Loading branch information
JoeTravisKiva authored and emuvente committed Sep 19, 2023
1 parent 40bfcf6 commit a9d8807
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/dev.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
const { merge } = require('webpack-merge');
var base = require('./index.js')

const apolloBatching = process.env.APOLLO_BATCH !== 'false';

module.exports = merge(base, {
app: {
apolloBatching,
host: 'www.dev.kiva.org',
publicPath: 'https://www.dev.kiva.org/',
photoPath: 'https://www-dev-kiva-org.freetls.fastly.net/img/',
Expand Down

0 comments on commit a9d8807

Please sign in to comment.