修改配置文件

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
redis:
# 地址
host: 124.243.245.42
host: 127.0.0.1
# 端口默认为6379
port: 5379
# 数据库索引
@@ -249,7 +249,7 @@ wx:
easy-es:
enable: true
banner: false
address: 124.243.245.42:9200
address: 127.0.0.1:9200
global-config:
process-index-mode: manual
db-config:

View File

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