2015-05-23 22:11:20 -04:00
|
|
|
{
|
|
|
|
|
"title": "NodeBB",
|
|
|
|
|
"showSiteTitle": 1,
|
|
|
|
|
"postDelay": 10,
|
|
|
|
|
"initialPostDelay": 10,
|
|
|
|
|
"newbiePostDelay": 120,
|
|
|
|
|
"newbiePostDelayThreshold": 3,
|
|
|
|
|
"minimumPostLength": 8,
|
|
|
|
|
"maximumPostLength": 32767,
|
2015-07-20 12:30:42 -04:00
|
|
|
"minimumTagsPerTopic": 0,
|
|
|
|
|
"maximumTagsPerTopic": 5,
|
2016-04-22 18:01:39 +00:00
|
|
|
"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,
|
2015-11-07 18:34:40 -05:00
|
|
|
"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,
|
2016-04-28 11:52:05 -04:00
|
|
|
"teaserPost": "last-reply",
|
2016-04-22 18:01:39 +00:00
|
|
|
"allowPrivateGroups": 1,
|
|
|
|
|
"unreadCutoff": 2,
|
2016-04-30 10:47:28 +03:00
|
|
|
"bookmarkThreshold": 5,
|
2017-04-21 22:10:25 -06:00
|
|
|
"topicsPerList": 20,
|
|
|
|
|
"autoDetectLang": 1
|
2016-04-22 11:31:15 -07:00
|
|
|
}
|