about summary refs log tree commit diff
path: root/.env.production.sample
diff options
context:
space:
mode:
authorLady Lumb <42786600+LadyLumb@users.noreply.github.com>2019-06-02 06:24:46 -0700
committerThibG <thib@sitedethib.com>2019-06-02 15:41:33 +0200
commit35c4ff07f4d61aaf7ade2ae17060298d62b3f643 (patch)
treed68cc051640a10224e276ded33f830a394421469 /.env.production.sample
parentda7bcf29d4cb36d96477b08099cd57021717c326 (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
Diffstat (limited to '.env.production.sample')
-rw-r--r--.env.production.sample9
1 files changed, 9 insertions, 0 deletions
diff --git a/.env.production.sample b/.env.production.sample
index 8e15d6bcd..1fe5c70af 100644
--- a/.env.production.sample
+++ b/.env.production.sample
@@ -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