-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(flex-linux-setup): use built archive for setup (#1733)
* feat(flex-linux-setup): use built archive for setup Signed-off-by: Mustafa Baser <[email protected]> * fix(flex-linux-setup): config-api-plugin Signed-off-by: Mustafa Baser <[email protected]> * fix(flex-linux-setup): remove trailing dash from BASE_PATH Signed-off-by: Mustafa Baser <[email protected]> * fix(flex-linux-setup): add trailing dash to BASE_PATH Signed-off-by: Mustafa Baser <[email protected]> --------- Signed-off-by: Mustafa Baser <[email protected]>
- Loading branch information
1 parent
2730181
commit 33acd2f
Showing
2 changed files
with
35 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
const CONFIG_API_BASE_URL = "https://%(hostname)s/jans-config-api" | ||
const API_BASE_URL = "https://%(hostname)s/jans-config-api/admin-ui" | ||
const BASE_PATH = "/admin/" | ||
|
||
window.configApiBaseUrl = CONFIG_API_BASE_URL | ||
window.apiBaseUrl = API_BASE_URL | ||
window.basePath = BASE_PATH |