remove config
This commit is contained in:
parent
0c9c1563e7
commit
b5efb5f08f
8 changed files with 2 additions and 63 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -17,3 +17,5 @@ public/bundle/Lekton-*
|
|||
public/bundle/style.css
|
||||
|
||||
uploads
|
||||
|
||||
config/
|
||||
|
|
Binary file not shown.
|
@ -1,8 +0,0 @@
|
|||
{
|
||||
"host": "chainquery.lbry.io",
|
||||
"port": "3306",
|
||||
"timeout": 30,
|
||||
"database": "chainquery",
|
||||
"username": "speechapi",
|
||||
"password": "1304486ca42ecdbf419f667fdc02c31e7d03b1e3"
|
||||
}
|
|
@ -1,5 +0,0 @@
|
|||
{
|
||||
"apiHost": "localhost",
|
||||
"apiPort": "5279",
|
||||
"getTimeout": 30
|
||||
}
|
|
@ -1,3 +0,0 @@
|
|||
{
|
||||
"logLevel": "verbose"
|
||||
}
|
|
@ -1,5 +0,0 @@
|
|||
{
|
||||
"database": "lbry",
|
||||
"username": "root",
|
||||
"password": ""
|
||||
}
|
|
@ -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
|
||||
}
|
||||
}
|
|
@ -1,5 +0,0 @@
|
|||
{
|
||||
"slackWebHook": false,
|
||||
"slackErrorChannel": false,
|
||||
"slackInfoChannel": false
|
||||
}
|
Loading…
Reference in a new issue