##// END OF EJS Templates
Version bump
neko259 -
r1437:3076e0d0 2.11.0 default
parent child Browse files
Show More
@@ -1,39 +1,39 b''
1 [Version]
1 [Version]
2 Version = 2.10.1 BT
2 Version = 2.11.0 Yuko
3 SiteName = Neboard DEV
3 SiteName = Neboard DEV
4
4
5 [Cache]
5 [Cache]
6 # Timeout for caching, if cache is used
6 # Timeout for caching, if cache is used
7 CacheTimeout = 600
7 CacheTimeout = 600
8
8
9 [Forms]
9 [Forms]
10 # Max post length in characters
10 # Max post length in characters
11 MaxTextLength = 30000
11 MaxTextLength = 30000
12 MaxFileSize = 8000000
12 MaxFileSize = 8000000
13 LimitPostingSpeed = true
13 LimitPostingSpeed = true
14 PowDifficulty = 20
14 PowDifficulty = 20
15
15
16 [Messages]
16 [Messages]
17 # Thread bumplimit
17 # Thread bumplimit
18 MaxPostsPerThread = 10
18 MaxPostsPerThread = 10
19 # Old posts will be archived or deleted if this value is reached
19 # Old posts will be archived or deleted if this value is reached
20 MaxThreadCount = 5
20 MaxThreadCount = 5
21 AnonymousMode = false
21 AnonymousMode = false
22
22
23 [View]
23 [View]
24 DefaultTheme = md
24 DefaultTheme = md
25 DefaultImageViewer = simple
25 DefaultImageViewer = simple
26 LastRepliesCount = 3
26 LastRepliesCount = 3
27 ThreadsPerPage = 3
27 ThreadsPerPage = 3
28 ImagesPerPageGallery = 20
28 ImagesPerPageGallery = 20
29
29
30 [Storage]
30 [Storage]
31 # Enable archiving threads instead of deletion when the thread limit is reached
31 # Enable archiving threads instead of deletion when the thread limit is reached
32 ArchiveThreads = true
32 ArchiveThreads = true
33
33
34 [External]
34 [External]
35 # Thread update
35 # Thread update
36 WebsocketsEnabled = false
36 WebsocketsEnabled = false
37
37
38 [RSS]
38 [RSS]
39 MaxItems = 20 No newline at end of file
39 MaxItems = 20
General Comments 0
You need to be logged in to leave comments. Login now