Loading doc/deployment.md +3 −3 Original line number Diff line number Diff line Loading @@ -467,7 +467,7 @@ After editing it should look like the example bellow: "requireHttps": false, "useHttpBasicAuth": true, clearHashAfterLogin": false, "clearHashAfterLogin": false, "showDebugInformation": true } Loading Loading @@ -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 Loading Loading
doc/deployment.md +3 −3 Original line number Diff line number Diff line Loading @@ -467,7 +467,7 @@ After editing it should look like the example bellow: "requireHttps": false, "useHttpBasicAuth": true, clearHashAfterLogin": false, "clearHashAfterLogin": false, "showDebugInformation": true } Loading Loading @@ -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 Loading