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,
|
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,
|
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,
|
2015-05-23 22:11:20 -04:00
|
|
|
"profileImageDimension": 128,
|
|
|
|
|
"requireEmailConfirmation": 0,
|
2016-02-10 12:53:39 +02:00
|
|
|
"allowProfileImageUploads": 1,
|
2016-02-19 22:17:09 +00:00
|
|
|
"teaserPost": "last",
|
|
|
|
|
"allowPrivateGroups": 1
|
|
|
|
|
}
|