修改配置文件
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
spring:
|
spring:
|
||||||
profiles:
|
profiles:
|
||||||
active: test
|
active: dev
|
||||||
Reference in New Issue
Block a user