clearml-server/server/config/default/hosts.conf

22 lines
332 B
Plaintext
Raw Normal View History

2019-06-10 21:24:35 +00:00
elastic {
events {
hosts: [{host: "127.0.0.1", port: 9200}]
args {
timeout: 60
dead_timeout: 10
max_retries: 5
retry_on_timeout: true
}
index_version: "1"
}
}
mongo {
backend {
host: "mongodb://127.0.0.1:27017/backend"
}
auth {
host: "mongodb://127.0.0.1:27017/auth"
}
}