updated chainqueryconfig.toml against debug session

This commit is contained in:
Leopere 2018-10-06 12:56:08 -04:00
parent 501b284f97
commit ee307b3db2

View file

@ -8,7 +8,7 @@ lbrycrdurl="rpc://lbryrpc:changeme@10.10.0.3:9245"
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"
apimysqldsn="changeme:changeme@tcp(10.10.0.10:3306)/chainquery"
#The command that should be executed to trigger a self update of the software. For linux, for example, `<yourscript>.sh`
#DEFAULT-autoupdatecommand=[unset]