mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 18:07:31 +00:00
fix: serve console env from os (not statik) (#187)
* fix: serve console env from os (not statik) * ZITADEL_CONSOLE_ENV_PATH for (local) overwrite possibility * name EnvOverwritePath
This commit is contained in:
@@ -45,4 +45,7 @@ export ZITADEL_AUTHORIZE=http://localhost:50022
|
||||
export ZITADEL_OAUTH=http://localhost:50022
|
||||
export ZITADEL_CONSOLE=http://localhost:4200
|
||||
export CAOS_OIDC_DEV=true
|
||||
export ZITADEL_COOKIE_DOMAIN=localhost
|
||||
export ZITADEL_COOKIE_DOMAIN=localhost
|
||||
|
||||
#Console
|
||||
export ZITADEL_CONSOLE_ENV_PATH=../../console/src/
|
@@ -191,6 +191,7 @@ Admin:
|
||||
|
||||
Console:
|
||||
Port: 50050
|
||||
EnvOverwritePath: $ZITADEL_CONSOLE_ENV_PATH
|
||||
|
||||
|
||||
Notification:
|
||||
|
Reference in New Issue
Block a user