Browse Source

fix pip path in project pelias.json files

pull/9/head
Lily He 6 years ago
parent
commit
48d28778a3
  1. 2
      projects/france/pelias.json
  2. 2
      projects/los-angeles-metro/pelias.json
  3. 2
      projects/portland-metro/pelias.json
  4. 2
      projects/south-africa/pelias.json

2
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" }

2
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" }

2
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" }

2
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" }

Loading…
Cancel
Save