dashboard
repositories
filestore
activity
search
login
main
/
multimedia-java
多媒体后端代码
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
sockeio连接调整
guoshilong
2023-03-18
667ecd7f57d7bc32b41b71cbf21b7ee9c3cbcf77
[multimedia-java.git]
/
doc
/
script
/
docker
/
elk
/
kibana.yml
1
2
3
4
5
6
7
8
# 服务端口
server.port: 5601
# 服务IP
server.host: "0.0.0.0"
# ES
elasticsearch.hosts: ["http://es-master:9200"]
# 汉化
i18n.locale: "zh-CN"