Browse Source

修改test.json配置114数据库服务

林轩 1 year ago
parent
commit
3a5a00ad4b
1 changed files with 4 additions and 4 deletions
  1. 4 4
      test.json

+ 4 - 4
test.json

@@ -1,8 +1,8 @@
 {
 	"mysql": {
 		"host": "localhost",
-		"port": 61882,
-		"user": "api",
+		"port": 3306,
+		"user": "root",
 		"pwd": "yfkj@6020"
 	},
 	"redis": {
@@ -13,13 +13,13 @@
 	},
 	"bigdatamysql": {
 		"host": "localhost",
-		"port": 61882,
+		"port": 3306,
 		"user": "root",
 		"pwd": "yfkj@6020"
 	},
 	"bigdatamongo": {
 		"host": "localhost",
-		"port": 57017,
+		"port": 27017,
 		"user": "root",
 		"pwd": "yfkj@6020"
 	},