From 41e6e122000b31a0e23bb40dd3565716d1afd016 Mon Sep 17 00:00:00 2001 From: Evgeniy Antonyuk Date: Mon, 5 Jun 2023 19:46:34 +0500 Subject: [PATCH] fix Bug 62877 - Fix getting host editors --- build/install/common/product-configuration | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/install/common/product-configuration b/build/install/common/product-configuration index 54e7190654..309a78267f 100644 --- a/build/install/common/product-configuration +++ b/build/install/common/product-configuration @@ -522,7 +522,7 @@ setup_docs() { #Save Docs address and JWT in .json $JSON_USERCONF "this.files={'docservice': {\ 'secret': {'value': \"$DOCUMENT_SERVER_JWT_SECRET\",'header': \"$DOCUMENT_SERVER_JWT_HEADER\"}, \ - 'url': {'public': \"http://${DOCUMENT_SERVER_HOST}:${DOCUMENT_SERVER_PORT}\", 'internal': \"\",'portal': \"http://$APP_HOST:$APP_PORT\"}}}" >/dev/null 2>&1 + 'url': {'public': \"/ds-vpath/\", 'internal': \"http://${DOCUMENT_SERVER_HOST}:${DOCUMENT_SERVER_PORT}\",'portal': \"http://$APP_HOST:$APP_PORT\"}}}" >/dev/null 2>&1 echo "OK" }