Delete siteConfig.js
This commit is contained in:
parent
37bca3b92b
commit
234ccc079a
1 changed files with 0 additions and 31 deletions
|
@ -1,31 +0,0 @@
|
||||||
function SiteConfig () {
|
|
||||||
this.analytics = {
|
|
||||||
googleId: 'default',
|
|
||||||
};
|
|
||||||
this.assetDefaults = {
|
|
||||||
description: 'An asset published on Spee.ch',
|
|
||||||
thumbnail : 'https://spee.ch/assets/img/video_thumb_default.png',
|
|
||||||
title : 'Spee.ch',
|
|
||||||
};
|
|
||||||
this.auth = {
|
|
||||||
sessionKey: 'default',
|
|
||||||
};
|
|
||||||
this.details = {
|
|
||||||
description: 'Open-source, decentralized image and video sharing.',
|
|
||||||
host : 'default',
|
|
||||||
port : 3000,
|
|
||||||
title : 'Spee.ch',
|
|
||||||
twitter : '@spee_ch',
|
|
||||||
};
|
|
||||||
this.publishing = {
|
|
||||||
additionalClaimAddresses: [],
|
|
||||||
disabled : false,
|
|
||||||
disabledMessage : 'Please check back soon.',
|
|
||||||
primaryClaimAddress : 'default',
|
|
||||||
thumbnailChannel : 'default',
|
|
||||||
thumbnailChannelId : 'default',
|
|
||||||
uploadDirectory : '/home/lbry/Uploads',
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
module.exports = new SiteConfig();
|
|
Loading…
Add table
Reference in a new issue