From bb81acd099dbd0ec43a14b761b030a897206f7e7 Mon Sep 17 00:00:00 2001 From: Ihor Vinokur Date: Mon, 23 Feb 2026 16:05:38 +0200 Subject: [PATCH] chore: Remove port variable from the che.api property --- .../src/main/webapp/WEB-INF/classes/che/che.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assembly/assembly-wsmaster-war/src/main/webapp/WEB-INF/classes/che/che.properties b/assembly/assembly-wsmaster-war/src/main/webapp/WEB-INF/classes/che/che.properties index 1d145531a9..faf3f87466 100644 --- a/assembly/assembly-wsmaster-war/src/main/webapp/WEB-INF/classes/che/che.properties +++ b/assembly/assembly-wsmaster-war/src/main/webapp/WEB-INF/classes/che/che.properties @@ -16,7 +16,7 @@ ### {prod-short} server # API service. Browsers initiate REST communications to {prod-short} server with this URL. -che.api=http://${CHE_HOST}:${CHE_PORT}/api +che.api=https://${CHE_HOST}/api # API service internal network URL. Back-end services should initiate REST communications to {prod-short} server with this URL. che.api.internal=NULL