Files
NodeBB/install/data/defaults.json

42 lines
1.2 KiB
JSON
Raw Normal View History

2015-05-23 22:11:20 -04:00
{
"title": "NodeBB",
"showSiteTitle": 1,
"postDelay": 10,
"initialPostDelay": 10,
"newbiePostDelay": 120,
"newbiePostDelayThreshold": 3,
"minimumPostLength": 8,
"maximumPostLength": 32767,
"minimumTagsPerTopic": 0,
"maximumTagsPerTopic": 5,
"minimumTagLength": 3,
"maximumTagLength": 15,
2015-05-23 22:11:20 -04:00
"allowGuestSearching": 0,
"allowTopicsThumbnail": 0,
2015-06-27 21:26:19 -04:00
"registrationType": "normal",
2015-05-23 22:11:20 -04:00
"allowLocalLogin": 1,
"allowAccountDelete": 1,
"allowFileUploads": 0,
2017-04-14 12:59:36 -04:00
"allowedFileExtensions": "png,jpg,bmp",
2015-09-17 15:31:05 -04:00
"allowUserHomePage": 1,
2015-05-23 22:11:20 -04:00
"maximumFileSize": 2048,
"minimumTitleLength": 3,
"maximumTitleLength": 255,
"minimumUsernameLength": 2,
"maximumUsernameLength": 16,
"minimumPasswordLength": 6,
"maximumSignatureLength": 255,
"maximumAboutMeLength": 1000,
"maximumProfileImageSize": 256,
"maximumCoverImageSize": 2048,
2017-04-22 19:07:57 -04:00
"profileImageDimension": 200,
2015-05-23 22:11:20 -04:00
"requireEmailConfirmation": 0,
2016-02-10 12:53:39 +02:00
"allowProfileImageUploads": 1,
"teaserPost": "last-reply",
"allowPrivateGroups": 1,
"unreadCutoff": 2,
2016-04-30 10:47:28 +03:00
"bookmarkThreshold": 5,
"topicsPerList": 20,
"autoDetectLang": 1
2016-04-22 11:31:15 -07:00
}