From 3e291b542da47e1fff6dfb896d852a6e341c6bc3 Mon Sep 17 00:00:00 2001 From: Leopere Date: Wed, 3 Oct 2018 15:53:33 -0400 Subject: [PATCH] Might not need this set --- chainquery/chainqueryconfig.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chainquery/chainqueryconfig.toml b/chainquery/chainqueryconfig.toml index 7756af7..1324ae5 100644 --- a/chainquery/chainqueryconfig.toml +++ b/chainquery/chainqueryconfig.toml @@ -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(0.0.0.0:3306)/chainquery" #API Host and Port is required for the API Server to bind and listen on. apihostport="0.0.0.0:6300"