This commit is contained in:
@@ -24,3 +24,11 @@ BACKEND_LINK_SECRET=change_me_internal_secret
|
||||
API_PORT=8080
|
||||
FRONTEND_PORT=5173
|
||||
GIN_MODE=release
|
||||
# STORAGE_DRIVER=local (defaut, stockage disque via le volume backend_uploads) ou s3 (RustFS)
|
||||
STORAGE_DRIVER=local
|
||||
# Requis uniquement si STORAGE_DRIVER=s3
|
||||
S3_REGION=us-east-1
|
||||
S3_BUCKET=
|
||||
S3_ENDPOINT=
|
||||
RUSTFS_ACCESS_KEY=
|
||||
RUSTFS_SECRET_KEY=
|
||||
|
||||
Reference in New Issue
Block a user