From 1410c2c53a44f66a3dd06b5fc3d9e8152a1d4bf1 Mon Sep 17 00:00:00 2001 From: Helius <wangdoubleone@gmail.com> Date: Tue, 15 Jun 2021 16:32:41 +0800 Subject: [PATCH] modify --- src/main/resources/application.yml | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 149dae1..93780de 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -72,10 +72,10 @@ ## 连接超时时间(毫秒) timeout: 30000 rabbitmq: - host: 47.114.114.219 + host: 154.91.195.155 port: 5672 - username: roc_user - password: roc123456 + username: abc_user + password: abc123 publisher-confirm-type: correlated @@ -91,7 +91,7 @@ app: - debug: false + debug: true redis_expire: 3000 kline-update-job: false newest-price-update-job: false -- Gitblit v1.9.1