spee.ch/cli/defaults/siteConfig.json

83 lines
2.3 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,
"blockListEndpoint": "https://api.lbry.io/file/list_blocked"
2018-08-01 01:01:16 +02:00
},
"publishing": {
"primaryClaimAddress": null,
"uploadDirectory": "/home/lbry/Uploads",
2019-02-06 03:34:45 +01:00
"lbrynetHome": "/CURRENTLYUNUSED",
2018-08-01 01:01:16 +02:00
"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
}
},
2018-11-28 06:20:48 +01:00
"maxSizeImage": 10000000,
"maxSizeGif": 50000000,
"maxSizeVideo": 50000000
2018-08-01 01:01:16 +02:00
},
"serving": {
"markdownSettings": {
"skipHtml": true,
"privilegedDisallowedTypesDescriptions": ["Image"],
"privilegedDisallowedTypesMain": [],
"publicDisallowedTypesDescriptions": ["Image"],
"publicDisallowedTypesMain": []
},
"customFileExtensions": {
"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
}
}