#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.5.1.2:9245" #MySQL DSN is required for chainquery to store information. mysqldsn="changeme:changeme@tcp(10.5.1.10:3306)/chainquery" #API MySQL DSN is required for chainquery to expose a SQL query service apimysqldsn="changeme:changeme@tcp(10.5.1.10:3306)/chainquery" #The command that should be executed to trigger a self update of the software. For linux, for example, `.sh` #DEFAULT-autoupdatecommand=[unset]