config: 修改服务端口和搜索引擎配置

main
zangch@mesnac.com 4 months ago
parent d159219830
commit c692bb427e

@ -1,7 +1,7 @@
# 项目相关配置
ruoyi:
# 名称
name: RuoYi
name: haiwei
# 版本
version: 3.9.1
# 版权年份
@ -16,7 +16,7 @@ ruoyi:
# 开发环境配置
server:
# 服务器的HTTP端口默认为8080
port: 8080
port: 9081
servlet:
# 应用的访问路径
context-path: /
@ -148,7 +148,7 @@ xss:
easy-es:
enable: true
banner: false
address: 127.0.0.1:9200
address: 127.0.0.1:19200
global-config:
process-index-mode: manual
db-config:
@ -156,6 +156,6 @@ easy-es:
# portal search engine switch
search:
engine: mysql
engine: es
es:
enabled: true

Loading…
Cancel
Save