From 51e959e9728483225d88bc576b35d840065c3c7e Mon Sep 17 00:00:00 2001 From: Timo Bejan Date: Thu, 23 Nov 2023 21:37:01 +0200 Subject: [PATCH] Different dev port --- .../src/main/resources/application-dev.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redaction-service-v1/redaction-service-server-v1/src/main/resources/application-dev.yaml b/redaction-service-v1/redaction-service-server-v1/src/main/resources/application-dev.yaml index bd5cdc54..d9bb2f18 100644 --- a/redaction-service-v1/redaction-service-server-v1/src/main/resources/application-dev.yaml +++ b/redaction-service-v1/redaction-service-server-v1/src/main/resources/application-dev.yaml @@ -1,5 +1,5 @@ server: - port: 8083 + port: 8077 persistence-service.url: "http://localhost:8085" tenant-user-management-service.url: "http://localhost:8091/internal" -- 2.47.2