Skip to content

Commit

Permalink
fix: mise a jour du .env de test
Browse files Browse the repository at this point in the history
  • Loading branch information
Pomarom committed Nov 26, 2024
1 parent 4f76b8c commit 04c4dc8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions server/.env.test
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ MNA_TDB_MONGODB_DB_NAME=TDB-test-{{VITEST_WORKER_ID}}
MNA_TDB_MONGODB_OPTIONS="retryWrites=false"
MNA_TDB_BODY_PARSER_LIMIT=100kb

MNA_BAL_MONGODB_URI=mongodb://127.0.0.1/
MNA_BAL_MONGODB_DB_NAME=bal
MNA_BAL_MONGODB_OPTIONS=
MNA_BAL_DECA_COLLECTION_NAME=deca

MNA_TDB_DECA_DB_NAME=airbyte
MNA_TDB_DECA_COLLECTION_NAME=airbyte-deca

Expand Down

0 comments on commit 04c4dc8

Please sign in to comment.