From 784a3d81e6e2b71aa65b2a3c94df860fdfc068bd Mon Sep 17 00:00:00 2001 From: Andrej Petras Date: Mon, 18 Dec 2023 20:27:06 +0100 Subject: [PATCH] fix: rest client host name (#9) --- src/main/resources/application.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index f2600db..dc350d8 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -1,5 +1,5 @@ # PROD -%prod.quarkus.rest-client.product_store_client.url=http://product-store-svc:8080 +%prod.quarkus.rest-client.product_store_client.url=http://onecx-product-store-svc:8080 # BUILD quarkus.openapi-generator.codegen.input-base-dir=target/tmp/openapi