From c9c283b1d324a97b60c6980f09c1805d523b1682 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Wed, 14 Jun 2023 14:10:34 +0800 Subject: [PATCH] 1 --- server/bin_dev/web3service/config/blockchaindb_mysql.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server/bin_dev/web3service/config/blockchaindb_mysql.json b/server/bin_dev/web3service/config/blockchaindb_mysql.json index 97c7e4b..3d5b938 100644 --- a/server/bin_dev/web3service/config/blockchaindb_mysql.json +++ b/server/bin_dev/web3service/config/blockchaindb_mysql.json @@ -1,7 +1,7 @@ { - "host": "127.0.0.1", + "host": "login-test.kingsome.cn", "port": 3306, "user": "root", "passwd": "keji178", - "database": "marketdb2006_dev" + "database": "blockchaindb2006_dev" }