From e37c0008420dd8897012aae9a6c6826c275fc8f0 Mon Sep 17 00:00:00 2001 From: matty Date: Fri, 10 Feb 2023 08:29:59 -0500 Subject: [PATCH] add MEDIA_DIR to .env.example --- .env.example | 1 + 1 file changed, 1 insertion(+) diff --git a/.env.example b/.env.example index 8cc9952..1e2c792 100644 --- a/.env.example +++ b/.env.example @@ -1,3 +1,4 @@ ADMIN_BEARER="" REPLYBOT_BEARER="" +MEDIA_DIR="./lib/media" INSTANCE_NAME="example.tld"