spee.ch/cli/defaults/siteConfig.json

36 lines
915 B
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",
"twitter": false
},
"publishing": {
"primaryClaimAddress": null,
"uploadDirectory": "/home/lbry/Uploads",
"thumbnailChannel": null,
"thumbnailChannelId": null,
"additionalClaimAddresses": [],
"disabled": false,
"disabledMessage": "Default publishing disabled message"
},
"startup": {
"performChecks": true,
"performUpdates": true
}
}