From 616218d612df1fccc075022df2850c2032ebb165 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Hells=C3=A9n?= Date: Sat, 4 Dec 2021 21:06:03 +0100 Subject: [PATCH] Add UPLOAD_FOLDER to example file --- .env.example | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.env.example b/.env.example index 279627a..efadecd 100644 --- a/.env.example +++ b/.env.example @@ -1 +1,5 @@ -DOMAIN=https://i.example.com/ \ No newline at end of file +# Domain where we server files from, not where we upload files to +DOMAIN=https://i.example.com/ + +# Path to the directory where we store files +UPLOAD_FOLDER=/Uploads \ No newline at end of file