Following Nikooo777's advice
https://lbryians.slack.com/archives/CCE20EWPQ/p1538594805000100
This commit is contained in:
parent
d35e728320
commit
68282547cf
1 changed files with 5 additions and 5 deletions
|
@ -1,17 +1,17 @@
|
|||
#Debug mode outputs specific information to the console
|
||||
DEFAULT-debugmode=false
|
||||
debugmode=false
|
||||
|
||||
#LBRYcrd URL is required for chainquery to query the blockchain
|
||||
DEFAULT-lbrycrdurl="rpc://lbryrpc:changeme@10.10.0.3:9245"
|
||||
lbrycrdurl="rpc://lbryrpc:changeme@10.10.0.3:9245"
|
||||
|
||||
#MySQL DSN is required for chainquery to store information.
|
||||
DEFAULT-mysqldsn="changeme:changeme@tcp(10.10.0.10:3306)/chainquery"
|
||||
mysqldsn="changeme:changeme@tcp(10.10.0.10:3306)/chainquery"
|
||||
|
||||
#API MySQL DSN is required for chainquery to expose a SQL query service
|
||||
DEFAULT-apimysqldsn="changeme:changeme@tcp(0.0.0.0:3306)/chainquery"
|
||||
apimysqldsn="changeme:changeme@tcp(0.0.0.0:3306)/chainquery"
|
||||
|
||||
#API Host and Port is required for the API Server to bind and listen on.
|
||||
DEFAULT-apihostport="0.0.0.0:6300"
|
||||
apihostport="0.0.0.0:6300"
|
||||
|
||||
#Profile mode enables and disables the reporting of a profile for chainquery
|
||||
#DEFAULT-profilemode=false
|
||||
|
|
Loading…
Add table
Reference in a new issue