From dc45630c19f1fdeb41dcc58f5b1efc9e4afd5c6e Mon Sep 17 00:00:00 2001 From: moanos Date: Thu, 30 May 2024 11:40:42 +0200 Subject: [PATCH] feat: Add static conf to test configuration for testing --- .gitignore | 1 + notfellchen.cfg | 1 + 2 files changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 149742d..fd2cf30 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,7 @@ notfellchen # Media storage +static media diff --git a/notfellchen.cfg b/notfellchen.cfg index 4dbf270..1cb847e 100644 --- a/notfellchen.cfg +++ b/notfellchen.cfg @@ -15,6 +15,7 @@ name=notfellchen [locations] media=./media +static=./static [mail] console-only=true