about summary refs log tree commit diff
path: root/.env.production.sample
diff options
context:
space:
mode:
authorLain Iwakura <lain@soykaf.club>2017-11-14 16:22:34 +0100
committerLain Iwakura <lain@soykaf.club>2017-11-14 16:22:34 +0100
commit6cd192b9fb3dcb40a87cfb8b1bd0c5416b686a41 (patch)
treecd53fef874eb074fe57abc5d7d8ef639b790c33a /.env.production.sample
parent5df8e30415d7a9cb087da85e6367560d2802d31b (diff)
Make character limit configurable.
Diffstat (limited to '.env.production.sample')
-rw-r--r--.env.production.sample3
1 files changed, 3 insertions, 0 deletions
diff --git a/.env.production.sample b/.env.production.sample
index 91fcce6ac..414404476 100644
--- a/.env.production.sample
+++ b/.env.production.sample
@@ -134,3 +134,6 @@ 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_CHARS=500