Skip to content

Commit

Permalink
feat: generate jans-config-api client from multiple swagger specs #426
Browse files Browse the repository at this point in the history
  • Loading branch information
duttarnab committed Sep 12, 2022
1 parent cc02b16 commit f0e09ce
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 9 deletions.
2 changes: 1 addition & 1 deletion admin-ui/.env
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
BASE_PATH=/
CONFIG_API_BASE_URL=http://localhost:8080
CONFIG_API_BASE_URL=http://localhost:8080/jans-config-api
API_BASE_URL=http://localhost:8080/jans-config-api/admin-ui
NPM_TOKEN=
SESSION_TIMEOUT_IN_MINUTES=30
2 changes: 1 addition & 1 deletion admin-ui/.env.adminuitest
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
BASE_PATH=/admin
CONFIG_API_BASE_URL=https://admin-ui-test.gluu.org
CONFIG_API_BASE_URL=https://admin-ui-test.gluu.org/jans-config-api
API_BASE_URL=https://admin-ui-test.gluu.org/jans-config-api/admin-ui
NPM_TOKEN=
SESSION_TIMEOUT_IN_MINUTES=30
2 changes: 1 addition & 1 deletion admin-ui/.env.jans-ui
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
BASE_PATH=/admin
CONFIG_API_BASE_URL=https://jans-ui.jans.io
CONFIG_API_BASE_URL=https://jans-ui.jans.io/jans-config-api
API_BASE_URL=https://jans-ui.jans.io/jans-config-api/admin-ui
NPM_TOKEN=
SESSION_TIMEOUT_IN_MINUTES=30
5 changes: 0 additions & 5 deletions admin-ui/.env.jenkins

This file was deleted.

2 changes: 1 addition & 1 deletion admin-ui/.env.tmp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
BASE_PATH=/admin
CONFIG_API_BASE_URL=https://%(hostname)s
CONFIG_API_BASE_URL=https://%(hostname)s/jans-config-api
API_BASE_URL=https://%(hostname)s/jans-config-api/admin-ui
NPM_TOKEN=
SESSION_TIMEOUT_IN_MINUTES=30

0 comments on commit f0e09ce

Please sign in to comment.