##// END OF EJS Templates
Version bump
neko259 -
r2074:f781e25f 4.9.1 default
parent child Browse files
Show More
@@ -1,50 +1,50 b''
1 1 [Version]
2 Version = 4.9.0 Serpen
2 Version = 4.9.1 Serpen
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 Themes=md:Mystic Dark,md_centered:Mystic Dark (centered),sw:Snow White,pg:Photon Grey,ad:Amanita Dark,iw:Inocibe White
39 39 ImageViewers=simple:Simple,popup:Popup
40 40
41 41 [Storage]
42 42 # Enable archiving threads instead of deletion when the thread limit is reached
43 43 ArchiveThreads = true
44 44
45 45 [RSS]
46 46 MaxItems = 20
47 47
48 48 [External]
49 49 ImageSearchHost=
50 50 SourceFetcherTripcode=
General Comments 0
You need to be logged in to leave comments. Login now