##// END OF EJS Templates
Version bump
neko259 -
r1730:757b4ada 3.5.0 default
parent child Browse files
Show More
@@ -1,45 +1,45 b''
1 [Version]
1 [Version]
2 Version = 3.4.0 Bernard
2 Version = 3.5.0 Dolores
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 LimitFirstPosting = true
13 LimitFirstPosting = true
14 LimitPostingSpeed = false
14 LimitPostingSpeed = false
15 PowDifficulty = 0
15 PowDifficulty = 0
16 # Delay in seconds
16 # Delay in seconds
17 PostingDelay = 30
17 PostingDelay = 30
18 Autoban = false
18 Autoban = false
19 DefaultTag = test
19 DefaultTag = test
20
20
21 [Messages]
21 [Messages]
22 # Thread bumplimit
22 # Thread bumplimit
23 MaxPostsPerThread = 10
23 MaxPostsPerThread = 10
24 ThreadArchiveDays = 300
24 ThreadArchiveDays = 300
25 AnonymousMode = false
25 AnonymousMode = false
26
26
27 [View]
27 [View]
28 DefaultTheme = md
28 DefaultTheme = md
29 DefaultImageViewer = simple
29 DefaultImageViewer = simple
30 LastRepliesCount = 3
30 LastRepliesCount = 3
31 ThreadsPerPage = 3
31 ThreadsPerPage = 3
32 PostsPerPage = 10
32 PostsPerPage = 10
33 ImagesPerPageGallery = 20
33 ImagesPerPageGallery = 20
34 MaxFavoriteThreads = 20
34 MaxFavoriteThreads = 20
35
35
36 [Storage]
36 [Storage]
37 # Enable archiving threads instead of deletion when the thread limit is reached
37 # Enable archiving threads instead of deletion when the thread limit is reached
38 ArchiveThreads = true
38 ArchiveThreads = true
39
39
40 [External]
40 [External]
41 # Thread update
41 # Thread update
42 WebsocketsEnabled = false
42 WebsocketsEnabled = false
43
43
44 [RSS]
44 [RSS]
45 MaxItems = 20
45 MaxItems = 20
General Comments 0
You need to be logged in to leave comments. Login now