##// END OF EJS Templates
Version bump
neko259 -
r2101:84c8b976 4.10.1 default
parent child Browse files
Show More
@@ -1,51 +1,51 b''
1 [Version]
1 [Version]
2 Version = 4.10.0 Rika
2 Version = 4.10.1 Rika
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 MaxFileCount = 5
20 MaxFileCount = 5
21 AdditionalSpoilerSpaces = false
21 AdditionalSpoilerSpaces = false
22 BanWhitelist = 127.0.0.1
22 BanWhitelist = 127.0.0.1
23
23
24 [Messages]
24 [Messages]
25 # Thread bumplimit
25 # Thread bumplimit
26 MaxPostsPerThread = 10
26 MaxPostsPerThread = 10
27 ThreadArchiveDays = 300
27 ThreadArchiveDays = 300
28 AnonymousMode = false
28 AnonymousMode = false
29
29
30 [View]
30 [View]
31 DefaultTheme = md
31 DefaultTheme = md
32 DefaultImageViewer = simple
32 DefaultImageViewer = simple
33 LastRepliesCount = 3
33 LastRepliesCount = 3
34 ThreadsPerPage = 3
34 ThreadsPerPage = 3
35 PostsPerPage = 10
35 PostsPerPage = 10
36 ImagesPerPageGallery = 20
36 ImagesPerPageGallery = 20
37 MaxLandingThreads = 20
37 MaxLandingThreads = 20
38 MaxLandingPosts = 10
38 MaxLandingPosts = 10
39 Themes=md:Mystic Dark,md_centered:Mystic Dark (centered),sw:Snow White,pg:Photon Grey,ad:Amanita Dark,iw:Inocibe White
39 Themes=md:Mystic Dark,md_centered:Mystic Dark (centered),sw:Snow White,pg:Photon Grey,ad:Amanita Dark,iw:Inocibe White
40 ImageViewers=simple:Simple,popup:Popup
40 ImageViewers=simple:Simple,popup:Popup
41
41
42 [Storage]
42 [Storage]
43 # Enable archiving threads instead of deletion when the thread limit is reached
43 # Enable archiving threads instead of deletion when the thread limit is reached
44 ArchiveThreads = true
44 ArchiveThreads = true
45
45
46 [RSS]
46 [RSS]
47 MaxItems = 20
47 MaxItems = 20
48
48
49 [External]
49 [External]
50 ImageSearchHost=
50 ImageSearchHost=
51 SourceFetcherTripcode=
51 SourceFetcherTripcode=
General Comments 0
You need to be logged in to leave comments. Login now