From 2caf356288366a8003dd8e4ba4c2339a9a370653 Mon Sep 17 00:00:00 2001 From: mg Date: Fri, 14 Apr 2023 07:41:42 +0200 Subject: [PATCH] update docs --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3684041..55d4edf 100644 --- a/README.md +++ b/README.md @@ -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