fix undefined var

1-install-murmur-server
HgO 2020-06-14 14:07:46 +02:00
parent df227041f3
commit 8ae266b3c5
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ murmur_channel_count_limit: 1000
# murmur_channel_name_regex: ""
# murmur_username_regex: ""
murmur_text_message_max_length: 5000
murmur_image_message_length: 131072
murmur_image_message_max_length: 131072
murmur_allow_html: yes
# Set to 0 to keep logs forever, or -1 to disable logging to the DB.
murmur_log_days: -1