From b87a9b40a48a4413f325a40b5034f48df3bde5ae Mon Sep 17 00:00:00 2001
From: cjl <276999030@qq.com>
Date: Fri, 30 Jun 2023 16:38:04 +0800
Subject: [PATCH] 补充提交
---
screen-manage/src/main/resources/application-dev.yml | 17 +++++++++--------
1 files changed, 9 insertions(+), 8 deletions(-)
diff --git a/screen-manage/src/main/resources/application-dev.yml b/screen-manage/src/main/resources/application-dev.yml
index 4a6899a..f96102c 100644
--- a/screen-manage/src/main/resources/application-dev.yml
+++ b/screen-manage/src/main/resources/application-dev.yml
@@ -18,7 +18,7 @@
application:
name: screen-manage
redis:
- host: r-bp1xdlb9wfc6zt0msp.redis.rds.aliyuncs.com
+ host: r-bp1hez4g7rkqjswpay1.redis.rds.aliyuncs.com
port: 6379
password: moral_123456
timeout: 30000
@@ -35,7 +35,7 @@
max-wait: 30000
min-idle: 32
tokenRedis:
- host: r-bp1xdlb9wfc6zt0msp.redis.rds.aliyuncs.com
+ host: r-bp1hez4g7rkqjswpay1.redis.rds.aliyuncs.com
port: 6379
password: moral_123456
timeout: 30000
@@ -92,14 +92,11 @@
enable:
auto:
commit: false
- group:
- id: test
- servers: 192.168.0.16:9092,192.168.0.17:9092,192.168.0.18:9092
+ servers: 172.16.44.65:9092,172.16.44.67:9092,172.16.44.66:9092
session:
timeout: 6000
- topic: test_topic
zookeeper:
- connect: 192.168.0.16:2181,192.168.0.17:2181,192.168.0.18:2181
+ connect: 172.16.44.65:2181,172.16.44.67:2181,172.16.44.66:2181
producer:
batch:
size: 4096
@@ -107,7 +104,10 @@
memory: 40960
linger: 1
retries: 0
- servers: 192.168.0.16:9092,192.168.0.17:9092,192.168.0.18:9092
+ servers: 172.16.44.65:9092,172.16.44.67:9092,172.16.44.66:9092
+ groupId:
+ insert: Dev_insert
+ state: Dev_state
mvc:
interceptor:
exclude:
@@ -117,6 +117,7 @@
- /webjars/**
- /verificationCode/**
- /manageLog/**
+ - /dataReplication/**
AES:
KEY:
--
Gitblit v1.8.0