9 lines
149 B
YAML
9 lines
149 B
YAML
# 服务端口
|
|
server.port: 5601
|
|
# 服务IP
|
|
server.host: "0.0.0.0"
|
|
# ES
|
|
elasticsearch.hosts: ["http://es-master:9200"]
|
|
# 汉化
|
|
i18n.locale: "zh-CN"
|