spee.ch/cli/defaults/siteConfig.json

112 lines
2.8 KiB
JSON
Raw Normal View History

2018-08-01 01:01:16 +02:00
{
"analytics": {
"googleId": null
},
"assetDefaults": {
"title": "Default Content Title",
"description": "Default Content Description",
"thumbnail": "https://spee.ch/0e5d4e8f4086e13f5b9ca3f9648f518e5f524402/speechflag.png"
},
"auth": {
"sessionKey": "mysecretkeyword",
"masterPassword": "myMasterPassword"
},
"details": {
"port": 3000,
"title": "My Site",
2018-08-01 18:59:56 +02:00
"ipAddress": "",
2018-08-01 01:01:16 +02:00
"host": "https://www.example.com",
"description": "A decentralized hosting platform built on LBRY",
2019-01-07 23:44:34 +01:00
"twitter": false,
2019-03-18 04:13:00 +01:00
"blockListEndpoint": "https://api.lbry.com/file/list_blocked"
2018-08-01 01:01:16 +02:00
},
"publishing": {
"primaryClaimAddress": null,
"uploadDirectory": "/home/lbry/Uploads",
"thumbnailChannel": null,
"thumbnailChannelId": null,
"additionalClaimAddresses": [],
"disabled": false,
2018-09-21 18:00:10 +02:00
"disabledMessage": "Default publishing disabled message",
"closedRegistration": false,
"serveOnlyApproved": false,
"publishOnlyApproved": false,
2018-10-29 21:43:15 +01:00
"approvedChannels": [],
2018-11-01 04:59:01 +01:00
"publishingChannelWhitelist": [],
"channelClaimBidAmount": "0.1",
2018-11-28 06:20:48 +01:00
"fileClaimBidAmount": "0.01",
2019-02-06 03:34:45 +01:00
"fileSizeLimits": {
"image": 50000000,
"video": 50000000,
"audio": 50000000,
"text": 50000000,
"model": 50000000,
"application": 50000000,
"customByContentType": {
"application/octet-stream": 50000000
}
2019-02-16 23:16:36 +01:00
}
2018-08-01 01:01:16 +02:00
},
"serving": {
2019-02-23 04:47:08 +01:00
"dynamicFileSizing": {
"enabled": true,
"maxDimension": 2000
},
"markdownSettings": {
"skipHtmlMain": true,
"escapeHtmlMain": true,
"skipHtmlDescriptions": true,
"escapeHtmlDescriptions": true,
"allowedTypesMain": [],
"allowedTypesDescriptions": [],
"allowedTypesExample": [
"see react-markdown docs",
"root",
"text",
"break",
"paragraph",
"emphasis",
"strong",
"thematicBreak",
"blockquote",
"delete",
"link",
"image",
"linkReference",
"imageReference",
"table",
"tableHead",
"tableBody",
"tableRow",
"tableCell",
"list",
"listItem",
"heading",
"inlineCode",
"code",
"html",
"parsedHtml"
2019-02-23 04:47:08 +01:00
]
},
"customFileExtensions": {
2019-02-16 23:16:36 +01:00
"application/x-troff-man": "man",
"application/x-troff-me": "me",
"application/x-mif": "mif",
"application/x-troff-ms": "ms",
"application/x-troff": "roff",
"application/x-python-code": "pyc",
"text/x-python": "py",
"application/x-pn-realaudio": "ram",
"application/x-sgml": "sgm",
"model/stl": "stl",
"image/pict": "pct",
"text/xul": "xul",
"text/x-go": "go"
}
},
2018-08-01 01:01:16 +02:00
"startup": {
"performChecks": true,
"performUpdates": true
}
}