修改配置文件

This commit is contained in:
sh
2026-06-10 13:00:37 +08:00
parent e4ca1bc13b
commit b479bf8566
2 changed files with 3 additions and 3 deletions

View File

@@ -125,7 +125,7 @@ spring:
multi-statement-allow: true multi-statement-allow: true
redis: redis:
# 地址 # 地址
host: 124.243.245.42 host: 127.0.0.1
# 端口默认为6379 # 端口默认为6379
port: 5379 port: 5379
# 数据库索引 # 数据库索引
@@ -249,7 +249,7 @@ wx:
easy-es: easy-es:
enable: true enable: true
banner: false banner: false
address: 124.243.245.42:9200 address: 127.0.0.1:9200
global-config: global-config:
process-index-mode: manual process-index-mode: manual
db-config: db-config:

View File

@@ -1,3 +1,3 @@
spring: spring:
profiles: profiles:
active: test active: dev