default_settings.ini
33 lines
| 632 B
| text/x-ini
|
IniLexer
neko259
|
r1153 | [Version] | ||
neko259
|
r1182 | Version = 2.8.0 Charlie | ||
neko259
|
r1153 | SiteName = Neboard | ||
[Cache] | ||||
# Timeout for caching, if cache is used | ||||
CacheTimeout = 600 | ||||
[Forms] | ||||
# Max post length in characters | ||||
MaxTextLength = 30000 | ||||
MaxImageSize = 8000000 | ||||
LimitPostingSpeed = false | ||||
[Messages] | ||||
# Thread bumplimit | ||||
MaxPostsPerThread = 10 | ||||
# Old posts will be archived or deleted if this value is reached | ||||
MaxThreadCount = 5 | ||||
[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 | ||||