remove config

This commit is contained in:
Sean Yesmunt 2018-11-12 11:07:49 -05:00
parent 0c9c1563e7
commit b5efb5f08f
8 changed files with 2 additions and 63 deletions

2
.gitignore vendored
View file

@ -17,3 +17,5 @@ public/bundle/Lekton-*
public/bundle/style.css
uploads
config/

Binary file not shown.

View file

@ -1,8 +0,0 @@
{
"host": "chainquery.lbry.io",
"port": "3306",
"timeout": 30,
"database": "chainquery",
"username": "speechapi",
"password": "1304486ca42ecdbf419f667fdc02c31e7d03b1e3"
}

View file

@ -1,5 +0,0 @@
{
"apiHost": "localhost",
"apiPort": "5279",
"getTimeout": 30
}

View file

@ -1,3 +0,0 @@
{
"logLevel": "verbose"
}

View file

@ -1,5 +0,0 @@
{
"database": "lbry",
"username": "root",
"password": ""
}

View file

@ -1,37 +0,0 @@
{
"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": "dev1",
"ipAddress":"127.0.0.1",
"host": "localhost",
"description": "A decentralized hosting platform built on LBRY",
"twitter": false
},
"publishing": {
"primaryClaimAddress": "bYscURD34PVAfYY7FdyY1W4TjdwQYXrDkN",
"uploadDirectory": "/home/lbry/Uploads",
"thumbnailChannel": "@thumbnails",
"thumbnailChannelId": "85d5f2fd814979dec6b082c2f88b07bc155e4e79",
"additionalClaimAddresses": [],
"disabled": false,
"disabledMessage": "Default publishing disabled message",
"channelClaimBidAmount": "0.1",
"fileClaimBidAmount": "0.01"
},
"startup": {
"performChecks": true,
"performUpdates": true
}
}

View file

@ -1,5 +0,0 @@
{
"slackWebHook": false,
"slackErrorChannel": false,
"slackInfoChannel": false
}