Skip to content
Snippets Groups Projects
Commit 3e5443c3 authored by trantzas's avatar trantzas
Browse files

fixing typos for localhost installation

parent 002f6532
No related branches found
No related tags found
2 merge requests!11Merging "develop" documentation into "main" to tag it as 2024Q2,!9Draft: Added documentation on primitives support feature and NSLCM status
Pipeline #6856 passed
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment