Skip to content

Commit

Permalink
chore: set more envs
Browse files Browse the repository at this point in the history
  • Loading branch information
jkoenig134 committed Dec 19, 2023
1 parent 66d1396 commit 7b7130f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .dev/scripts/testSetup.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
export DATABASE_CONNECTION_STRING="mongodb://localhost:27018/?readPreference=primary&appname=connector_test&ssl=false"
export NMSHD_TEST_BASEURL="http://localhost:8090"
export NMSHD_TEST_CLIENTID="test"
export NMSHD_TEST_CLIENTSECRET="test"

docker compose -p connector-tests -f test/compose.yml up -d mongo
docker compose -p connector-test-backbone -f .dev/compose.backbone.yml up -d
3 changes: 3 additions & 0 deletions .dev/scripts/testSetupFerret.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
export DATABASE_CONNECTION_STRING="mongodb://localhost:27019"
export NMSHD_TEST_BASEURL="http://localhost:8090"
export NMSHD_TEST_CLIENTID="test"
export NMSHD_TEST_CLIENTSECRET="test"

docker compose -p connector-tests -f test/compose.yml up -d ferret
docker compose -p connector-test-backbone -f .dev/compose.backbone.yml up -d

0 comments on commit 7b7130f

Please sign in to comment.