From 3d7842de92a99138ef9befe635bf00315ca6a43b Mon Sep 17 00:00:00 2001 From: apuente Date: Wed, 9 Oct 2024 11:28:49 +0200 Subject: [PATCH] refs #909 New env base url --- ogWebconsole/.env | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/ogWebconsole/.env b/ogWebconsole/.env index 454cc0f..ca61761 100644 --- a/ogWebconsole/.env +++ b/ogWebconsole/.env @@ -1,2 +1,8 @@ #NG_APP_BASE_API_URL=http://127.0.0.1:8090 -NG_APP_BASE_API_URL=http://127.0.0.1:8080 +NG_APP_BASE_API_URL=https://127.0.0.1:8443 + + + + + +