From 48d28778a3cf208a34646a15506214bbd7cecc36 Mon Sep 17 00:00:00 2001 From: Lily He Date: Fri, 3 Aug 2018 10:21:19 -0400 Subject: [PATCH] fix pip path in project pelias.json files --- projects/france/pelias.json | 2 +- projects/los-angeles-metro/pelias.json | 2 +- projects/portland-metro/pelias.json | 2 +- projects/south-africa/pelias.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/projects/france/pelias.json b/projects/france/pelias.json index a65f82b..b501755 100644 --- a/projects/france/pelias.json +++ b/projects/france/pelias.json @@ -20,7 +20,7 @@ "api": { "textAnalyzer": "libpostal", "services": { - "pip": { "url": "http://pip-service:4200" }, + "pip": { "url": "http://pip:4200" }, "libpostal": { "url": "http://libpostal:8080" }, "placeholder": { "url": "http://placeholder:4100" }, "interpolation": { "url": "http://interpolation:4300" } diff --git a/projects/los-angeles-metro/pelias.json b/projects/los-angeles-metro/pelias.json index 639b573..58494e9 100644 --- a/projects/los-angeles-metro/pelias.json +++ b/projects/los-angeles-metro/pelias.json @@ -25,7 +25,7 @@ "api": { "textAnalyzer": "libpostal", "services": { - "pip": { "url": "http://pip-service:4200" }, + "pip": { "url": "http://pip:4200" }, "libpostal": { "url": "http://libpostal:8080" }, "placeholder": { "url": "http://placeholder:4100" }, "interpolation": { "url": "http://interpolation:4300" } diff --git a/projects/portland-metro/pelias.json b/projects/portland-metro/pelias.json index 0204edf..be76592 100644 --- a/projects/portland-metro/pelias.json +++ b/projects/portland-metro/pelias.json @@ -25,7 +25,7 @@ "api": { "textAnalyzer": "libpostal", "services": { - "pip": { "url": "http://pip-service:4200" }, + "pip": { "url": "http://pip:4200" }, "libpostal": { "url": "http://libpostal:8080" }, "placeholder": { "url": "http://placeholder:4100" }, "interpolation": { "url": "http://interpolation:4300" } diff --git a/projects/south-africa/pelias.json b/projects/south-africa/pelias.json index e3bd22e..160696d 100644 --- a/projects/south-africa/pelias.json +++ b/projects/south-africa/pelias.json @@ -25,7 +25,7 @@ "api": { "textAnalyzer": "libpostal", "services": { - "pip": { "url": "http://pip-service:4200" }, + "pip": { "url": "http://pip:4200" }, "libpostal": { "url": "http://libpostal:8080" }, "placeholder": { "url": "http://placeholder:4100" }, "interpolation": { "url": "http://interpolation:4300" }