Skip to content

Commit 8a1e961

Browse files
committed
WIP localhost with publish port
1 parent 959b56f commit 8a1e961

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/_ci/.env.default

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ PATH_OUTPUT="${PROJECT_PATH}tests/_output/"
55
PATH_FIXTURES="${PROJECT_PATH}tests/_data/fixtures/"
66

77
# Mongo
8-
DATA_MONGO_HOST="mongodb"
8+
DATA_MONGO_HOST="127.0.0.1"
99
DATA_MONGO_PORT=27017
1010
DATA_MONGO_USER=""
1111
DATA_MONGO_PASS=""

0 commit comments

Comments
 (0)