mirror of
https://github.com/SecurityBrewery/catalyst.git
synced 2025-12-07 15:52:47 +01:00
Configurable S3 Region (#1007)
Co-authored-by: Jonas Plum <cugu@users.noreply.github.com>
This commit is contained in:
1
dev/start_dev.sh
Normal file → Executable file
1
dev/start_dev.sh
Normal file → Executable file
@@ -11,6 +11,7 @@ export OIDC_CLIENT_SECRET=secret
|
||||
export ARANGO_DB_HOST=http://localhost:8529
|
||||
export ARANGO_DB_PASSWORD=foobar
|
||||
export S3_HOST=http://localhost:9000
|
||||
export S3_REGION=eu-central-1
|
||||
export S3_PASSWORD=minio123
|
||||
|
||||
export AUTH_BLOCK_NEW=false
|
||||
|
||||
Reference in New Issue
Block a user