mirror of
https://github.com/mattintech/simplefileupload-server.git
synced 2026-07-11 13:11:53 +00:00
require client-key for uploads
This commit is contained in:
7
.env.example
Normal file
7
.env.example
Normal file
@@ -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