feat: allow to customise toot char limit

This commit is contained in:
decentral1se 2022-05-09 07:51:55 +02:00
parent bd89836a99
commit 968052622f
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410
2 changed files with 2 additions and 0 deletions

View File

@ -90,6 +90,7 @@ SINGLE_USER_MODE=false
DEFAULT_LOCALE=en DEFAULT_LOCALE=en
# MAX_SESSION_ACTIVATIONS= # MAX_SESSION_ACTIVATIONS=
# USER_ACTIVE_DAYS= # USER_ACTIVE_DAYS=
# MAX_TOOT_CHARS=500
# Sending mail # Sending mail
# ============ # ============

View File

@ -142,6 +142,7 @@ services:
- VAPID_PRIVATE_KEY_FILE=/run/secrets/vapid_private_key - VAPID_PRIVATE_KEY_FILE=/run/secrets/vapid_private_key
- VAPID_PUBLIC_KEY - VAPID_PUBLIC_KEY
- WEB_DOMAIN - WEB_DOMAIN
- MAX_TOOT_CHARS
- http_proxy # yes, this should be lowercase - http_proxy # yes, this should be lowercase
db: db: