##// END OF EJS Templates
Get mimetype for file in the form and use it for both images and attachments
Get mimetype for file in the form and use it for both images and attachments

File last commit:

r1362:9b48eb30 default
r1371:ca879451 default
Show More
default_settings.ini
34 lines | 653 B | text/x-ini | IniLexer
/ boards / config / default_settings.ini
neko259
Implemented ini settings parser
r1153 [Version]
neko259
Bumped version
r1353 Version = 2.10.0 BT
neko259
Updated version. Use "neboard dev" label for the development version of site
r1222 SiteName = Neboard DEV
neko259
Implemented ini settings parser
r1153
[Cache]
# Timeout for caching, if cache is used
CacheTimeout = 600
[Forms]
# Max post length in characters
MaxTextLength = 30000
neko259
Added support for different attachment types
r1273 MaxFileSize = 8000000
neko259
Implemented ini settings parser
r1153 LimitPostingSpeed = false
[Messages]
# Thread bumplimit
MaxPostsPerThread = 10
# Old posts will be archived or deleted if this value is reached
MaxThreadCount = 5
neko259
Added anonymous mode in which the board does not save poster IP addresses
r1362 AnonymousMode = false
neko259
Implemented ini settings parser
r1153
[View]
DefaultTheme = md
DefaultImageViewer = simple
LastRepliesCount = 3
ThreadsPerPage = 3
[Storage]
# Enable archiving threads instead of deletion when the thread limit is reached
ArchiveThreads = true
[External]
# Thread update
WebsocketsEnabled = false