]> cat aescling's git repositories - mastodon.git/commitdiff
Added various vars to env sample
authorLady Lumb <42786600+LadyLumb@users.noreply.github.com>
Sun, 2 Jun 2019 13:24:46 +0000 (06:24 -0700)
committerThibG <thib@sitedethib.com>
Sun, 2 Jun 2019 13:41:33 +0000 (15:41 +0200)
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

.env.production.sample

index 8e15d6bcd27f169f291a57402640f8b6bc955d7e..1fe5c70afe3934eb0fda79bb989fdafcd1fd79f1 100644 (file)
@@ -160,6 +160,15 @@ 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
+
+# Maximum allowed display name characters
+# MAX_DISPLAY_NAME_CHARS=30
+
 # Maximum image and video upload sizes
 # Units are in bytes
 # 1048576 bytes equals 1 megabyte