From 2d236ba76d1e20df6a4d9c2a014d02b54cf52d24 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 7 Dec 2024 07:42:35 +0100 Subject: [PATCH] Update config.yaml --- monica/config.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/monica/config.yaml b/monica/config.yaml index 52fef1171..315665999 100644 --- a/monica/config.yaml +++ b/monica/config.yaml @@ -66,7 +66,8 @@ environment: { "APP_ENV": "production", "APP_DEBUG": "false", "MAIL_MAILER": "log", - "DEFAULT_MAX_STORAGE_SIZE": "4096" + "DEFAULT_STORAGE_LIMIT": "1024", + "DEFAULT_MAX_STORAGE_SIZE": "1024" } image: ghcr.io/alexbelgium/monica-{arch} init: false