#Debug mode outputs specific information to the console debugmode=false #LBRYcrd URL is required for chainquery to query the blockchain lbrycrdurl="rpc://lbryrpc:changeme@10.10.0.3:9245" #MySQL DSN is required for chainquery to store information. mysqldsn="changeme:changeme@tcp(10.10.0.10:3306)/chainquery" #API MySQL DSN is required for chainquery to expose a SQL query service apimysqldsn="changeme:changeme@tcp(0.0.0.0:3306)/chainquery" #The command that should be executed to trigger a self update of the software. For linux, for example, `.sh` #DEFAULT-autoupdatecommand=[unset]