spee.ch/config/siteConfig.js

27 lines
728 B
JavaScript
Raw Normal View History

module.exports = {
analytics: {
googleId: 'default',
},
publishing: {
primaryClaimAddress : 'default',
additionalClaimAddresses: [],
thumbnailChannel : 'default',
thumbnailChannelId : 'default',
uploadDirectory : '/home/lbry/Uploads',
},
details: {
title : 'Spee<h',
name : 'Spee.ch',
host : 'https://dev1.spee.ch',
description: 'Open-source, decentralized image and video sharing.',
},
assetDefaults: {
title : 'dev1 Spee.ch',
thumbnail : 'https://spee.ch/assets/img/video_thumb_default.png',
description: 'Open-source, decentralized image and video sharing.',
},
session: {
sessionKey: 'default',
},
};