diff options
author | Lady Lumb <42786600+LadyLumb@users.noreply.github.com> | 2019-06-02 06:24:46 -0700 |
---|---|---|
committer | multiple creatures <dev@multiple-creature.party> | 2019-11-19 16:09:59 -0600 |
commit | 719ff28107ff552e40c03632642b74443dcc4a25 (patch) | |
tree | dda71058810eb6cc24a9185e0b5c6f8bd2982b76 | |
parent | 5dc85696b7aef0a787bff813b442ea9dbb96f046 (diff) |
Added various vars to env sample
Added several vars that are already implemented to the .env.production.sample file. -Max bio character limit -Number of profile fields allowed -Max display name character limit
-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 11b46a736..1fe5c70af 100644 --- a/.env.production.sample +++ b/.env.production.sample @@ -160,6 +160,9 @@ STREAMING_CLUSTER_NUM=1 # Maximum number of pinned posts # MAX_PINNED_TOOTS=5 +# Maximum allowed bio characters +# MAX_BIO_CHARS=500 + # Maximim number of profile fields allowed # MAX_PROFILE_FIELDS=4 |