mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-03 14:42:19 +00:00
fix(local-dev): add minio to default local env. (#1872)
This add minio to the default setup to be able to run the whole solution out of the box. Signed-off-by: Christoph Bühler <cbuehler@rootd.ch>
This commit is contained in:
@@ -59,3 +59,10 @@ ZITADEL_CONSOLE_GRANT_TYPE=AUTHORIZATION_CODE
|
||||
|
||||
ZITADEL_CONSOLE_DEV_MODE=true
|
||||
ZITADEL_CONSOLE_ENV_DIR=console/src/assets/
|
||||
|
||||
#minio configuration
|
||||
ZITADEL_ASSET_STORAGE_ACCESS_KEY_ID=access_key
|
||||
ZITADEL_ASSET_STORAGE_SECRET_ACCESS_KEY=secret_key
|
||||
ZITADEL_ASSET_STORAGE_TYPE=s3
|
||||
ZITADEL_ASSET_STORAGE_ENDPOINT=minio:9000
|
||||
ZITADEL_ASSET_STORAGE_BUCKET_PREFIX=local
|
||||
|
||||
Reference in New Issue
Block a user