Merge pull request #901 from jessopb/addFutureSettings

adds some siteConfig settings for future use
This commit is contained in:
jessopb 2019-02-05 12:08:51 -05:00 committed by GitHub
commit a6a3524dfd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,6 +23,7 @@
"publishing": {
"primaryClaimAddress": null,
"uploadDirectory": "/home/lbry/Uploads",
"lbrynetHome": "/home/lbry",
"thumbnailChannel": null,
"thumbnailChannelId": null,
"additionalClaimAddresses": [],
@ -39,6 +40,18 @@
"maxSizeGif": 50000000,
"maxSizeVideo": 50000000
},
"serving": {
"markdownSettings": {
"skipHtml": true,
"privilegedDisallowedTypesDescriptions": ["Image"],
"privilegedDisallowedTypesMain": [],
"publicDisallowedTypesDescriptions": ["Image"],
"publicDisallowedTypesMain": []
},
"customFileExtensions": {
"application/example-type": "example"
}
},
"startup": {
"performChecks": true,
"performUpdates": true