From 968052622f87a3911d2ecae65a550d3f280c0d09 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Mon, 9 May 2022 07:51:55 +0200 Subject: [PATCH] feat: allow to customise toot char limit --- .env.sample | 1 + compose.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.env.sample b/.env.sample index 5a201a6..60bd918 100644 --- a/.env.sample +++ b/.env.sample @@ -90,6 +90,7 @@ SINGLE_USER_MODE=false DEFAULT_LOCALE=en # MAX_SESSION_ACTIVATIONS= # USER_ACTIVE_DAYS= +# MAX_TOOT_CHARS=500 # Sending mail # ============ diff --git a/compose.yml b/compose.yml index 450649a..47e1c60 100644 --- a/compose.yml +++ b/compose.yml @@ -142,6 +142,7 @@ services: - VAPID_PRIVATE_KEY_FILE=/run/secrets/vapid_private_key - VAPID_PUBLIC_KEY - WEB_DOMAIN + - MAX_TOOT_CHARS - http_proxy # yes, this should be lowercase db: