fix(portal-api): fallback dockerComposeHost to localhost

This commit is contained in:
Sérgio Ramos 2017-08-22 14:38:01 +01:00
parent b5ea1580e5
commit d8f727ef1a
1 changed files with 2 additions and 1 deletions

View File

@ -17,7 +17,8 @@ const internals = {
data: {
db: {
host: 'localhost'
}
},
dockerComposeHost: 'tcp://0.0.0.0:4242'
},
watch: {
url: process.env.SDC_URL,