@@ -396,7 +401,7 @@ This way, you will not get the invalid token error, as the API is acquiring the
- For the Angular configuration (TMF portal UI), navigate to org.etsi.osl.tmf.web/src/assets/config and edit config.prod.json
2.1 - For the Angular configuration (TMF portal UI), navigate to org.etsi.osl.tmf.web/src/assets/config and edit config.prod.json
```bash
# Starting from the root project directory
@@ -436,7 +441,7 @@ This way, you will not get the invalid token error, as the API is acquiring the
"requireHttps": false,
"useHttpBasicAuth": true,
"clearHashAfterLogin": false,
clearHashAfterLogin": false,
"showDebugInformation": true
}
@@ -447,7 +452,7 @@ This way, you will not get the invalid token error, as the API is acquiring the
> If you want the changes to take place immediately without rebuilding the project, then repeat the process for org.etsi.osl.tmf.web/dist/org.etsi.osl.tmf.web/assets/config/config.prod.json
- For the AngularJS configuration (NVF portal UI), navigate to org.etsi.osl.portal.web/src/js and edit config.js
2.2 - For the AngularJS configuration (NVF portal UI), navigate to org.etsi.osl.portal.web/src/js and edit config.js
```bash
# Starting from the root project directory
@@ -477,6 +482,7 @@ This way, you will not get the invalid token error, as the API is acquiring the