From 77263aead91a8a5fa38e7e1fe050b9f1b27fc8e2 Mon Sep 17 00:00:00 2001 From: Mathis HERRIOT <197931332+0x485254@users.noreply.github.com> Date: Thu, 8 Jan 2026 15:31:54 +0100 Subject: [PATCH] chore: update .env.example with media size limits configuration --- .env.example | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.env.example b/.env.example index 1d8009b..807d161 100644 --- a/.env.example +++ b/.env.example @@ -34,3 +34,7 @@ MAIL_USER=user MAIL_PASS=password MAIL_FROM=noreply@memegoat.fr DOMAIN_NAME=memegoat.fr + +# Media Limits (in KB) +MAX_IMAGE_SIZE_KB=512 +MAX_GIF_SIZE_KB=1024