diff options
| author | mg | 2023-04-14 07:41:42 +0200 |
|---|---|---|
| committer | mg | 2023-04-14 07:41:42 +0200 |
| commit | 2caf356288366a8003dd8e4ba4c2339a9a370653 (patch) | |
| tree | 25ab62791ad9ded4c69d2df194679fdd4a4ebccd /README.md | |
| parent | 74e99f60c4e5a30dd61ce5b7edb3fa87231bfb46 (diff) | |
update docs
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 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 |