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"