diff options
author | Lumb <lumb@git.multiple-creature.party> | 2019-05-30 05:52:54 +0000 |
---|---|---|
committer | Gitea <gitea@fake.local> | 2019-07-17 07:08:14 +0000 |
commit | 4695ab5db99c952370d46124674e4ca8dcd22658 (patch) | |
tree | fe41f278e03afd00fc7f515bf3d94f067b4895e4 | |
parent | 1049c858ac651a46ab5795b5cd2d39c95d2cc4b4 (diff) |
Update '.env.production.sample'
Changed max toot char to 5000 Changed max pinned toots to 10
-rw-r--r-- | .env.production.sample | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.env.production.sample b/.env.production.sample index 25ab1b9de..4c0ff7ccd 100644 --- a/.env.production.sample +++ b/.env.production.sample @@ -155,10 +155,10 @@ STREAMING_CLUSTER_NUM=1 # GID=1000 # Maximum allowed character count -# MAX_TOOT_CHARS=500 +# MAX_TOOT_CHARS=5000 # Maximum number of pinned posts -# MAX_PINNED_TOOTS=5 +# MAX_PINNED_TOOTS=10 # LDAP authentication (optional) # LDAP_ENABLED=true |