mirror of
https://github.com/mattintech/simplefileupload-server.git
synced 2026-09-09 10:14:08 +00:00
require client-key for uploads
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
# Required for file uploads
|
||||
CLIENT_KEY=your-secret-key-here
|
||||
|
||||
# Optional configurations
|
||||
UPLOAD_FOLDER=tmp/uploads
|
||||
DEBUG=False
|
||||
MAX_CONTENT_LENGTH=16777216 # 16MB in bytes
|
||||
Reference in New Issue
Block a user