Added storage endpoint and show on indes
This commit is contained in:
@@ -10,4 +10,7 @@ UPLOAD_DIR=./uploads
|
||||
BASE_URL=http://localhost:8080
|
||||
|
||||
# How long to keep uploaded files before deletion (examples: 1d, 12h, 30m)
|
||||
DELETE_FILES_AFTER=1d
|
||||
DELETE_FILES_AFTER=1d
|
||||
|
||||
# Maximum storage capacity in GB
|
||||
MAX_STORAGE_GB=10
|
||||
Reference in New Issue
Block a user