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

Commit

Permalink
Browse files Browse the repository at this point in the history
travis run mongo on 127.0.0.1, with 'localhost' could be some dns pro…
…blems. Travis run on unix, so we need to test web server on the ports upper 1024 to not use 'sudo' command
  • Loading branch information
andriykuba committed Jan 14, 2014
1 parent ad3ea9d commit 43f18de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/public.json
Expand Up @@ -20,11 +20,11 @@
},
"test":{
"app":{
"port": 443,
"port": 7443,
"host": "127.0.0.1"
},
"db":{
"URI": "mongodb://localhost/debitoorimporter-test"
"URI": "mongodb://127.0.0.1/debitoorimporter-test"
},
"users":[
{"name": "user1", "password": "password1"},
Expand Down

0 comments on commit 43f18de

Please sign in to comment.