From 13ca1eb0e638732c2a3becc28e8bfaad70f7c416 Mon Sep 17 00:00:00 2001
From: Helius <wangdoubleone@gmail.com>
Date: Thu, 04 Nov 2021 10:13:51 +0800
Subject: [PATCH] fix
---
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