diff --git a/persistence-service-v1/persistence-service-server-v1/src/main/resources/application-dev.yaml b/persistence-service-v1/persistence-service-server-v1/src/main/resources/application-dev.yaml index d4007e382..1fa635079 100644 --- a/persistence-service-v1/persistence-service-server-v1/src/main/resources/application-dev.yaml +++ b/persistence-service-v1/persistence-service-server-v1/src/main/resources/application-dev.yaml @@ -1,7 +1,7 @@ server: port: 8085 -redaction-service.url: "http://localhost:8083" +redaction-service.url: "http://localhost:8077" pdftron-redaction-service.url: "http://localhost:8086" redaction-report-service.url: "http://localhost:8084" search-service.url: "http://localhost:8088"