updated chainqueryconfig.toml against debug session
This commit is contained in:
parent
501b284f97
commit
ee307b3db2
1 changed files with 1 additions and 1 deletions
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue