big squish
This commit is contained in:
parent
fae867b35b
commit
55d2abefb4
124 changed files with 6931 additions and 8393 deletions
25
test/config.scfg
Normal file
25
test/config.scfg
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
default_logger true
|
||||
custom_logger true
|
||||
admin admin
|
||||
source_code_url "https://git.zapashcanon.fr/swrup/permap"
|
||||
hostname "localhost"
|
||||
port 3696
|
||||
csrf_lifetime 3600
|
||||
session_lifetime 3600
|
||||
open_registration true
|
||||
thread_max_count 300
|
||||
thread_alive_max_count 250
|
||||
thread_replies_max_count 400
|
||||
subject_max_length 80
|
||||
subject_min_length -1
|
||||
comment_max_length 1_600
|
||||
comment_min_length -1
|
||||
report_max_length 1_600
|
||||
nick_max_length 64
|
||||
nick_min_length 1
|
||||
biography_max_length 6_400
|
||||
password_max_length 128
|
||||
password_min_length 1
|
||||
image_name_max_length 64
|
||||
image_description_max_length 800
|
||||
image_max_size 10_000_000
|
||||
Loading…
Add table
Add a link
Reference in a new issue