Browse Source

service: interpolation: remove non-production host name

pull/769/head
Peter Johnson 8 years ago committed by missinglink
parent
commit
f948ab26fc
  1. 2
      service/interpolation.js

2
service/interpolation.js

@ -15,7 +15,7 @@ var logger = require( 'pelias-logger' ).get( 'api' ),
"interpolation": {
"client": {
"adapter": "http",
"host": "http://interpolation.wiz.co.nz"
"host": "http://localhost:4444"
}
}

Loading…
Cancel
Save