2018-10-03 19:37:58 +02:00
|
|
|
#Debug mode outputs specific information to the console
|
2018-10-03 21:41:26 +02:00
|
|
|
debugmode=false
|
2018-10-03 19:37:58 +02:00
|
|
|
|
|
|
|
#LBRYcrd URL is required for chainquery to query the blockchain
|
2018-10-11 02:59:58 +02:00
|
|
|
lbrycrdurl="rpc://lbryrpc:changeme@10.5.1.2:9245"
|
2018-10-03 19:37:58 +02:00
|
|
|
|
|
|
|
#MySQL DSN is required for chainquery to store information.
|
2018-10-09 20:33:47 +02:00
|
|
|
mysqldsn="changeme:changeme@tcp(10.5.1.10:3306)/chainquery"
|
2018-10-03 19:37:58 +02:00
|
|
|
|
|
|
|
#API MySQL DSN is required for chainquery to expose a SQL query service
|
2018-10-09 20:33:47 +02:00
|
|
|
apimysqldsn="changeme:changeme@tcp(10.5.1.10:3306)/chainquery"
|
2018-10-03 19:37:58 +02:00
|
|
|
|
|
|
|
#The command that should be executed to trigger a self update of the software. For linux, for example, `<yourscript>.sh`
|
|
|
|
#DEFAULT-autoupdatecommand=[unset]
|