env variables for file uploads
This commit is contained in:
@@ -28,6 +28,23 @@ POSTGRES_PASSWORD="speckle"
|
||||
# this overrides the default database name in postgres
|
||||
POSTGRES_DB="speckle"
|
||||
|
||||
############################################################
|
||||
# Object storage (S3)
|
||||
############################################################
|
||||
# Uncomment to disable file uploads
|
||||
# DISABLE_FILE_UPLOADS="true"
|
||||
|
||||
# S3 Endpoint and credentials
|
||||
S3_ENDPOINT="http://127.0.0.1:9000"
|
||||
S3_ACCESS_KEY="minioadmin"
|
||||
S3_SECRET_KEY="minioadmin"
|
||||
|
||||
# Bucket where to store the files
|
||||
S3_BUCKET="speckle-server"
|
||||
|
||||
# Try to create bucket at startup if it doesn't exist
|
||||
S3_CREATE_BUCKET="true"
|
||||
|
||||
############################################################
|
||||
# Emails
|
||||
############################################################
|
||||
|
||||
Reference in New Issue
Block a user