From 3e5443c33a86dae7121ff3a6215b53ce994c71f2 Mon Sep 17 00:00:00 2001 From: trantzas <ktrantzas@ece.upatras.gr> Date: Tue, 25 Jun 2024 14:00:31 +0000 Subject: [PATCH] fixing typos for localhost installation --- doc/deployment.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/deployment.md b/doc/deployment.md index a567d084..9738d23a 100644 --- a/doc/deployment.md +++ b/doc/deployment.md @@ -467,7 +467,7 @@ After editing it should look like the example bellow: "requireHttps": false, "useHttpBasicAuth": true, - clearHashAfterLogin": false, + "clearHashAfterLogin": false, "showDebugInformation": true } @@ -503,13 +503,13 @@ appConfig.factory('APIEndPointService', function() { STATUS: "ROOTURL/status/", APIURL: "http://localost:13000", WEBURL: "ROOTURL/nfvportal", - APIOAUTHURL: "ROOTURL/auth/realms/openslice", + APIOAUTHURL: "http://keycloak:8080/auth/realms/openslice", APITMFURL: "ROOTURL/tmf-api/serviceCatalogManagement/v4" }; }); ``` -> Note the difference in "APIOAUTHURL" property +> Note the difference in "APIOAUTHURL" property, changing ROOTURL -> http://keycloak:8080 ### NFV Orchestrator Configuration -- GitLab