Skip to content

Commit 58a5343

Browse files
committed
Use localhost as mongo host
1 parent f2d217d commit 58a5343

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"mongo": { "url": "mongodb://mongo:27017/test" }
2+
"mongo": { "url": "mongodb://localhost:27017/test" }
33
}

0 commit comments

Comments
 (0)