##// END OF EJS Templates
Version bump
neko259 -
r2101:84c8b976 4.10.1 default
parent child Browse files
Show More
@@ -1,51 +1,51
1 1 [Version]
2 Version = 4.10.0 Rika
2 Version = 4.10.1 Rika
3 3 SiteName = Neboard DEV
4 4
5 5 [Cache]
6 6 # Timeout for caching, if cache is used
7 7 CacheTimeout = 600
8 8
9 9 [Forms]
10 10 # Max post length in characters
11 11 MaxTextLength = 30000
12 12 MaxFileSize = 8000000
13 13 LimitFirstPosting = true
14 14 LimitPostingSpeed = false
15 15 PowDifficulty = 0
16 16 # Delay in seconds
17 17 PostingDelay = 30
18 18 Autoban = false
19 19 DefaultTag = test
20 20 MaxFileCount = 5
21 21 AdditionalSpoilerSpaces = false
22 22 BanWhitelist = 127.0.0.1
23 23
24 24 [Messages]
25 25 # Thread bumplimit
26 26 MaxPostsPerThread = 10
27 27 ThreadArchiveDays = 300
28 28 AnonymousMode = false
29 29
30 30 [View]
31 31 DefaultTheme = md
32 32 DefaultImageViewer = simple
33 33 LastRepliesCount = 3
34 34 ThreadsPerPage = 3
35 35 PostsPerPage = 10
36 36 ImagesPerPageGallery = 20
37 37 MaxLandingThreads = 20
38 38 MaxLandingPosts = 10
39 39 Themes=md:Mystic Dark,md_centered:Mystic Dark (centered),sw:Snow White,pg:Photon Grey,ad:Amanita Dark,iw:Inocibe White
40 40 ImageViewers=simple:Simple,popup:Popup
41 41
42 42 [Storage]
43 43 # Enable archiving threads instead of deletion when the thread limit is reached
44 44 ArchiveThreads = true
45 45
46 46 [RSS]
47 47 MaxItems = 20
48 48
49 49 [External]
50 50 ImageSearchHost=
51 51 SourceFetcherTripcode=
General Comments 0
You need to be logged in to leave comments. Login now