lbry-docker/chainquery/chainqueryconfig.toml

15 lines
604 B
TOML
Raw Normal View History

2018-10-03 19:37:58 +02:00
#Debug mode outputs specific information to the console
debugmode=false
2018-10-03 19:37:58 +02:00
#LBRYcrd URL is required for chainquery to query the blockchain
lbrycrdurl="rpc://lbryrpc:changeme@10.10.0.3:9245"
2018-10-03 19:37:58 +02:00
#MySQL DSN is required for chainquery to store information.
mysqldsn="changeme:changeme@tcp(10.10.0.10:3306)/chainquery"
2018-10-03 19:37:58 +02:00
#API MySQL DSN is required for chainquery to expose a SQL query service
apimysqldsn="changeme:changeme@tcp(10.10.0.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]