mirror of
https://github.com/mattintech/simplefileupload-server.git
synced 2026-07-11 11:51:54 +00:00
7 lines
169 B
Plaintext
7 lines
169 B
Plaintext
# 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 |