From 5616200ed415fabb8d31eb5257eec7525481b819 Mon Sep 17 00:00:00 2001 From: Zac Date: Sun, 28 Apr 2019 20:10:30 -0400 Subject: added documentation into .env.production.sample moved max pin count into constant --- .env.production.sample | 3 +++ 1 file changed, 3 insertions(+) (limited to '.env.production.sample') diff --git a/.env.production.sample b/.env.production.sample index efb5661fd..57779f73c 100644 --- a/.env.production.sample +++ b/.env.production.sample @@ -156,6 +156,9 @@ STREAMING_CLUSTER_NUM=1 # Maximum allowed character count # MAX_TOOT_CHARS=500 +# Maximum number of pinned posts +# MAX_PINNED_TOOTS=5 + # LDAP authentication (optional) # LDAP_ENABLED=true # LDAP_HOST=localhost -- cgit