adds some siteConfig settings for future use #901
1 changed files with 13 additions and 0 deletions
|
@ -23,6 +23,7 @@
|
||||||
"publishing": {
|
"publishing": {
|
||||||
"primaryClaimAddress": null,
|
"primaryClaimAddress": null,
|
||||||
"uploadDirectory": "/home/lbry/Uploads",
|
"uploadDirectory": "/home/lbry/Uploads",
|
||||||
|
"lbrynetHome": "/home/lbry",
|
||||||
"thumbnailChannel": null,
|
"thumbnailChannel": null,
|
||||||
"thumbnailChannelId": null,
|
"thumbnailChannelId": null,
|
||||||
"additionalClaimAddresses": [],
|
"additionalClaimAddresses": [],
|
||||||
|
@ -39,6 +40,18 @@
|
||||||
"maxSizeGif": 50000000,
|
"maxSizeGif": 50000000,
|
||||||
"maxSizeVideo": 50000000
|
"maxSizeVideo": 50000000
|
||||||
},
|
},
|
||||||
|
"serving": {
|
||||||
|
"markdownSettings": {
|
||||||
|
"skipHtml": true,
|
||||||
|
"privilegedDisallowedTypesDescriptions": ["Image"],
|
||||||
|
"privilegedDisallowedTypesMain": [],
|
||||||
|
"publicDisallowedTypesDescriptions": ["Image"],
|
||||||
|
"publicDisallowedTypesMain": []
|
||||||
|
},
|
||||||
|
"customFileExtensions": {
|
||||||
|
"application/example-type": "example"
|
||||||
|
}
|
||||||
|
},
|
||||||
"startup": {
|
"startup": {
|
||||||
"performChecks": true,
|
"performChecks": true,
|
||||||
"performUpdates": true
|
"performUpdates": true
|
||||||
|
|
Loading…
Reference in a new issue