-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
66d1396
commit 7b7130f
Showing
2 changed files
with
6 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |