From 4be4d50faff2d231b4681ae9a36692e5ef50eb93 Mon Sep 17 00:00:00 2001 From: JeshuaRen <270813223@qq.com> Date: Wed, 15 May 2024 16:52:51 +0800 Subject: [PATCH] =?UTF-8?q?1=E3=80=81=E5=A4=9A=E5=AE=9E=E4=BE=8B=E4=BB=BB?= =?UTF-8?q?=E5=8A=A1LocalJobID=E6=94=B9=E6=88=90=E6=8B=BC=E6=8E=A5?= =?UTF-8?q?=E4=B8=80=E4=B8=AA=E9=9A=8F=E6=9C=BA=E5=80=BC=202=E3=80=81?= =?UTF-8?q?=E6=99=AE=E9=80=9A=E4=BB=BB=E5=8A=A1OutputFullPath=E8=B5=8B?= =?UTF-8?q?=E5=80=BC=203=E3=80=81=E5=85=B6=E4=BB=96=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/assets/confs/scanner.config.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/common/assets/confs/scanner.config.json b/common/assets/confs/scanner.config.json index e84b602..f31c12a 100644 --- a/common/assets/confs/scanner.config.json +++ b/common/assets/confs/scanner.config.json @@ -8,19 +8,19 @@ "level": "debug" }, "db": { - "address": "127.0.0.1:3306", + "address": "106.75.6.194:3306", "account": "root", - "password": "123456", + "password": "cloudream123456", "databaseName": "cloudream" }, "rabbitMQ": { - "address": "127.0.0.1:5672", + "address": "106.75.6.194:5672", "account": "cloudream", - "password": "123456", + "password": "cloudream123456", "vhost": "/" }, "distlock": { - "etcdAddress": "127.0.0.1:2379", + "etcdAddress": "106.75.6.194:2379", "etcdUsername": "", "etcdPassword": "", "etcdLockLeaseTimeSec": 5,