Expose chainquery SQL query service
This commit is contained in:
parent
566552bb40
commit
1df83a847b
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ DEFAULT-lbrycrdurl="rpc://lbryrpc:changeme@10.10.0.3:9245"
|
|||
DEFAULT-mysqldsn="changeme:changeme@tcp(10.10.0.10:3306)/chainquery"
|
||||
|
||||
#API MySQL DSN is required for chainquery to expose a SQL query service
|
||||
#DEFAULT-apimysqldsn="lbry:lbry@tcp(10.10.0.10:3306)/chainquery"
|
||||
DEFAULT-apimysqldsn="changeme:changeme@tcp(0.0.0.0:3306)/chainquery"
|
||||
|
||||
#API Host and Port is required for the API Server to bind and listen on.
|
||||
DEFAULT-apihostport="0.0.0.0:6300"
|
||||
|
|
Loading…
Reference in a new issue