diff options
Diffstat (limited to '.env.production.sample')
-rw-r--r-- | .env.production.sample | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.env.production.sample b/.env.production.sample index a4b689a31..ca2e29a07 100644 --- a/.env.production.sample +++ b/.env.production.sample @@ -135,6 +135,9 @@ STREAMING_CLUSTER_NUM=1 # If you use Docker, you may want to assign UID/GID manually. # UID=1000 # GID=1000 + +# Maximum allowed character count +# MAX_TOOT_CHARS=500 # PAM authentication (optional) # PAM_ENABLED=true |