dashboard
repositories
filestore
activity
search
login
main
/
multimedia-java
多媒体后端代码
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
sockeio连接调整,连接与获取菜单数据进行分离
guoshilong
2023-03-20
eb70b82c29aa08cd3e94b1f6c0ced5f1cd7135dd
[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"