mirror of
https://gitee.com/orangeform/orange-admin.git
synced 2026-01-17 18:46:36 +08:00
13 lines
271 B
YAML
13 lines
271 B
YAML
#
|
|
# ** THIS IS AN AUTO-GENERATED FILE **
|
|
#
|
|
|
|
# Default Kibana configuration for docker target
|
|
server.name: kibana
|
|
server.host: "0"
|
|
elasticsearch.hosts: [ "http://elasticsearch:9200" ]
|
|
# elasticsearch.username: ""
|
|
# elasticsearch.password: ""
|
|
|
|
# 汉化
|
|
i18n.locale: "zh-CN" |