spee.ch/config/siteConfig.js.example
2018-03-19 15:34:32 -07:00

29 lines
804 B
Text

module.exports = {
analytics: {
googleId: 'default',
},
assetDefaults: {
description: 'An asset published on Spee.ch',
thumbnail : 'https://spee.ch/assets/img/video_thumb_default.png',
title : 'Spee.ch',
},
auth: {
sessionKey: 'default',
},
details: {
description: 'Open-source, decentralized image and video sharing.',
host : 'default',
port : 3000,
title : 'Spee.ch',
twitter : '@spee_ch',
},
publishing: {
additionalClaimAddresses: [],
disabled : false,
disabledMessage : 'Please check back soon.',
primaryClaimAddress : 'default',
thumbnailChannel : 'default',
thumbnailChannelId : 'default',
uploadDirectory : '/home/lbry/Uploads',
},
};