From 2b6e54e96e32999f1c2ef03f54c636d5f5961dee Mon Sep 17 00:00:00 2001 From: xiaoyong931011 <15274802129@163.com> Date: Wed, 02 Mar 2022 10:49:28 +0800 Subject: [PATCH] Merge branch 'bea' of http://120.27.238.55:7000/r/exchange into bea --- src/main/resources/application-prod.yml | 18 +++++++++--------- 1 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/main/resources/application-prod.yml b/src/main/resources/application-prod.yml index f50bae3..dab3352 100644 --- a/src/main/resources/application-prod.yml +++ b/src/main/resources/application-prod.yml @@ -7,9 +7,9 @@ profiles: active: prod datasource: - url: jdbc:mysql://rm-bp1i2g5rg5dubo9s40o.mysql.rds.aliyuncs.com:3306/db_roc?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=GMT%2b8 - username: roc_user - password: roc123pasd!@ + url: jdbc:mysql://127.0.0.1:3306/db_bea?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=GMT%2b8 + username: ct_test + password: 123456 driver-class-name: com.mysql.jdbc.Driver type: com.alibaba.druid.pool.DruidDataSource druid: @@ -48,9 +48,9 @@ ## redis配置 redis: ## Redis数据库索引(默认为0) - database: 0 + database: 1 ## Redis服务器地址 - host: 127.0.0.1 + host: 154.91.195.155 ## Redis服务器连接端口 port: 6379 ## Redis服务器连接密码(默认为空) @@ -74,8 +74,8 @@ rabbitmq: host: 127.0.0.1 port: 5672 - username: abc_user - password: abc123 + username: ct_rabbit + password: 123456 publisher-confirm-type: correlated @@ -96,10 +96,10 @@ kline-update-job: false newest-price-update-job: true exchange-trade: true - day-line: false + day-line: true other-job: true loop-job: false - rabbit-consumer: false + rabbit-consumer: true block-job: true aliyun: -- Gitblit v1.9.1