Commit 3e5443c3 authored by Kostis Trantzas's avatar Kostis Trantzas
Browse files

fixing typos for localhost installation

parent 002f6532
Loading
Loading
Loading
Loading
Loading
+3 −3
Original line number Original line Diff line number Diff line
@@ -467,7 +467,7 @@ After editing it should look like the example bellow:
               
               
      "requireHttps": false,
      "requireHttps": false,
      "useHttpBasicAuth": true,
      "useHttpBasicAuth": true,
        clearHashAfterLogin": false,
      "clearHashAfterLogin": false,
         
         
      "showDebugInformation": true
      "showDebugInformation": true
  }
  }
@@ -503,13 +503,13 @@ appConfig.factory('APIEndPointService', function() {
      STATUS: "ROOTURL/status/",
      STATUS: "ROOTURL/status/",
      APIURL: "http://localost:13000",
      APIURL: "http://localost:13000",
      WEBURL: "ROOTURL/nfvportal",
      WEBURL: "ROOTURL/nfvportal",
      APIOAUTHURL: "ROOTURL/auth/realms/openslice",
      APIOAUTHURL: "http://keycloak:8080/auth/realms/openslice",
      APITMFURL: "ROOTURL/tmf-api/serviceCatalogManagement/v4"
      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
### NFV Orchestrator Configuration