update docs
This commit is contained in:
parent
74e99f60c4
commit
2caf356288
1 changed files with 3 additions and 3 deletions
|
@ -5,9 +5,9 @@ a small flask-application for storing and downloading stuff like small binaries
|
|||
|
||||
## Variables
|
||||
|
||||
``MAX_CONTENT_LENGTH``: maximal Filesize in MB; defaults to 5MB
|
||||
``UPLOAD_DIRECTORY``: where to store the uploaded files; should be mapped to a volume; defaults to "/uploads"
|
||||
``AUTH_TOKEN``: token used for authenticating
|
||||
- ``MAX_CONTENT_LENGTH``: maximal Filesize in MB; defaults to 5MB
|
||||
- ``UPLOAD_DIRECTORY``: where to store the uploaded files; should be mapped to a volume; defaults to "/uploads"
|
||||
- ``AUTH_TOKEN``: token used for authenticating
|
||||
|
||||
## Example Docker-Compose
|
||||
|
||||
|
|
Reference in a new issue