Skip to content

Commit

Permalink
default false run indexer
Browse files Browse the repository at this point in the history
  • Loading branch information
birm authored May 9, 2023
1 parent f85a68d commit 9488299
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion caracal.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ var MONGO_URI = process.env.MONGO_URI || 'mongodb://localhost';

var DISABLE_CSP = process.env.DISABLE_CSP || false;

var RUN_INDEXER = process.env.RUN_INDEXER || true;
var RUN_INDEXER = process.env.RUN_INDEXER || false;

const app = express();
app.use(cookieParser());
Expand Down

0 comments on commit 9488299

Please sign in to comment.