Files
NodeBB/install/data/defaults.json

32 lines
888 B
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,
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,
"maximumFileSize": 2048,
"minimumTitleLength": 3,
"maximumTitleLength": 255,
"minimumUsernameLength": 2,
"maximumUsernameLength": 16,
"minimumPasswordLength": 6,
"maximumSignatureLength": 255,
"maximumAboutMeLength": 1000,
"maximumProfileImageSize": 256,
"profileImageDimension": 128,
"requireEmailConfirmation": 0,
2015-07-10 16:43:25 -04:00
"profile:allowProfileImageUploads": 1,
"teaserPost": "last"
2015-05-23 22:11:20 -04:00
}