mirror of
https://github.com/clearml/clearml-server
synced 2025-02-07 13:33:42 +00:00
Change default Elastic ports to 9200
This commit is contained in:
parent
6de88c3b93
commit
01115c1223
@ -1,6 +1,6 @@
|
||||
elastic {
|
||||
events {
|
||||
hosts: [{host: "127.0.0.1", port: 9211}]
|
||||
hosts: [{host: "127.0.0.1", port: 9200}]
|
||||
args {
|
||||
timeout: 60
|
||||
dead_timeout: 10
|
||||
@ -11,7 +11,7 @@ elastic {
|
||||
}
|
||||
|
||||
workers {
|
||||
hosts: [{host:"127.0.0.1", port:9211}]
|
||||
hosts: [{host:"127.0.0.1", port:9200}]
|
||||
args {
|
||||
timeout: 60
|
||||
dead_timeout: 10
|
||||
|
Loading…
Reference in New Issue
Block a user