Allow setting KD URL from Docker (#5295)

* Allow setting KD URL from Docker

* CR fix
This commit is contained in:
Michal Kinas
2026-07-20 10:03:24 +02:00
committed by GitHub
parent 9b838c86b2
commit a385cbec2a
2 changed files with 12 additions and 0 deletions
+1
View File
@@ -71,6 +71,7 @@ docker run --rm -it \
| APP_CONFIG_BPM_HOST | `bpmHost` |
| APP_CONFIG_ECM_HOST | `ecmHost` |
| APP_BASE_SHARE_URL | `baseShareUrl` |
| APP_CONFIG_KNOWLEDGE_DISCOVERY_URL | `knowledgeDiscoveryUrl` |
| APP_CONFIG_OAUTH2_HOST | `oauth2.host` |
| APP_CONFIG_OAUTH2_CLIENTID | `oauth2.clientId` |
| APP_CONFIG_OAUTH2_IMPLICIT_FLOW | `oauth2.implicitFlow` |