Configurable S3 Region (#1007)

Co-authored-by: Jonas Plum <cugu@users.noreply.github.com>
This commit is contained in:
missingscrews
2023-10-18 22:45:49 +02:00
committed by GitHub
parent 494fee194b
commit e41c50c9c2
4 changed files with 6 additions and 2 deletions

1
dev/start_dev.sh Normal file → Executable file
View 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