From 05db55adca3845c87e010123b89b8c19fab676a3 Mon Sep 17 00:00:00 2001 From: Timo Bejan Date: Thu, 7 Dec 2023 01:13:45 +0200 Subject: [PATCH] Por change for local dev --- .../src/main/resources/application-dev.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"