spee.ch/cli/defaults/siteConfig.json

60 lines
1.6 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",
"lbrynetHome": "/home/lbry",
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",
"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/example-type": "example"
}
},
2018-08-01 01:01:16 +02:00
"startup": {
"performChecks": true,
"performUpdates": true
}
}