File tree 1 file changed +7
-3
lines changed
1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ Before setting up the project, ensure you have the following installed :
13
13
- NodeJS : v18.xx.x or above
14
14
- NPM : 8.xx or above
15
15
- Java : openjdk 17.x.x or above
16
+ - Gluu Flex : follow the instruction [ here] ( https://github.com/GluuFederation/flex/tree/main/docker-flex-monolith )
16
17
17
18
### Installation
18
19
@@ -29,12 +30,15 @@ cd flex/admin-ui
29
30
30
31
```
31
32
BASE_PATH=/admin/
32
- CONFIG_API_BASE_URL=https://admin-ui-test.gluu.org /jans-config-api
33
- API_BASE_URL=https://admin-ui-test.gluu.org /jans-config-api/admin-ui
33
+ CONFIG_API_BASE_URL=https://[jans-server-host] /jans-config-api
34
+ API_BASE_URL=https://[jans-server-host] /jans-config-api/admin-ui
34
35
NPM_TOKEN=
35
36
```
36
37
37
- ** Note:** the ` NPM_TOKEN ` is not being used anymore, we can leave this empty.
38
+ ** Note:**
39
+
40
+ - replace ` [jans-server-host] ` with your actual jans server.
41
+ - the ` NPM_TOKEN ` is not being used anymore, we can leave this empty.
38
42
39
43
3 . Install openapi-generator-cli globally in your system.
40
44
You can’t perform that action at this time.
0 commit comments