Skip to content

Commit 729cef8

Browse files
committed
docs(admin-ui): update env configuration and prerequisites section
Signed-off-by: Riza Arsyi <[email protected]>
1 parent 9b6bba2 commit 729cef8

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

Diff for: admin-ui/README.md

+7-3
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Before setting up the project, ensure you have the following installed :
1313
- NodeJS : v18.xx.x or above
1414
- NPM : 8.xx or above
1515
- Java : openjdk 17.x.x or above
16+
- Gluu Flex : follow the instruction [here](https://github.com/GluuFederation/flex/tree/main/docker-flex-monolith)
1617

1718
### Installation
1819

@@ -29,12 +30,15 @@ cd flex/admin-ui
2930

3031
```
3132
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
3435
NPM_TOKEN=
3536
```
3637

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.
3842

3943
3. Install openapi-generator-cli globally in your system.
4044

0 commit comments

Comments
 (0)