Closed felipevicens closed 7 years ago
We have this configuration:
CATALOGUES_URL: http://{{ public_ip }}:4002/catalogues
We need to change it for this:
CATALOGUES_URL: http://{{ public_ip }}:4002/catalogues/api/v2
grep -rl '4002/catalogues' | xargs sed -i 's/4002\/catalogues/4002\/catalogues\/api\/v2/g'
We have this configuration:
We need to change it for this: