mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 18:17:35 +00:00
fix: console env directory (#189)
* fix: serve console env from os (not statik) * ZITADEL_CONSOLE_ENV_PATH for (local) overwrite possibility * name EnvOverwritePath * fix: console env directory * fix mount path * fix default dir
This commit is contained in:
@@ -48,4 +48,4 @@ export CAOS_OIDC_DEV=true
|
||||
export ZITADEL_COOKIE_DOMAIN=localhost
|
||||
|
||||
#Console
|
||||
export ZITADEL_CONSOLE_ENV_PATH=../../console/src/
|
||||
export ZITADEL_CONSOLE_ENV_DIR=../../console/src/assets/
|
@@ -191,7 +191,7 @@ Admin:
|
||||
|
||||
Console:
|
||||
Port: 50050
|
||||
EnvOverwritePath: $ZITADEL_CONSOLE_ENV_PATH
|
||||
EnvOverwriteDir: $ZITADEL_CONSOLE_ENV_DIR
|
||||
|
||||
|
||||
Notification:
|
||||
|
Reference in New Issue
Block a user