Skip to content

Commit

Permalink
:) (#284)
Browse files Browse the repository at this point in the history
change mongo indexing behaviour on startup to avoid issue where multiple of the same document could be pushed to test APIs
  • Loading branch information
liviuba authored Jan 20, 2025
1 parent e20a952 commit 631a2b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/.env_compose
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ MONGO_TIMEOUT_MS=5000
DB_NAME=bia_integrator
JWT_SECRET_KEY="0123456789=="
USER_CREATE_SECRET_TOKEN="0123456789=="
MONGO_INDEX_PUSH=False
MONGO_INDEX_PUSH=True

0 comments on commit 631a2b9

Please sign in to comment.