Skip to content
This repository has been archived by the owner on Nov 3, 2022. It is now read-only.

Commit

Permalink
change test server IP
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanprodan authored and Stefan Prodan committed May 18, 2017
1 parent 2fb9455 commit ef4b12e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/config/mongo-dev.yml
@@ -1,5 +1,5 @@
target:
host: "172.18.7.21"
host: "172.18.7.40"
port: 27017
database: "syros"
username: ""
Expand Down
2 changes: 1 addition & 1 deletion test/config/mongo-test.yml
@@ -1,5 +1,5 @@
target:
host: "172.18.7.21"
host: "172.18.7.40"
port: 27017
database: "mongoclient"
username: ""
Expand Down

0 comments on commit ef4b12e

Please sign in to comment.