We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e23dc1d commit 54fb49fCopy full SHA for 54fb49f
admin-ui/env-config.js
@@ -0,0 +1,7 @@
1
+const CONFIG_API_BASE_URL = "https://%(hostname)s/jans-config-api"
2
+const API_BASE_URL = "https://%(hostname)s/jans-config-api/admin-ui"
3
+const BASE_PATH = "/admin/"
4
+
5
+window.configApiBaseUrl = CONFIG_API_BASE_URL
6
+window.apiBaseUrl = API_BASE_URL
7
+window.basePath = BASE_PATH
0 commit comments