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

46 lines
688 B
Plaintext
Raw Normal View History

fileserver = "http://localhost:8081"
2019-06-10 21:24:35 +00:00
elastic {
events {
2024-03-18 13:37:44 +00:00
hosts: [{host: "127.0.0.1", port: 9200, scheme: http}]
2019-06-10 21:24:35 +00:00
args {
timeout: 60
max_retries: 3
2019-06-10 21:24:35 +00:00
retry_on_timeout: true
}
index_version: "1"
}
workers {
2024-03-18 13:37:44 +00:00
hosts: [{host:"127.0.0.1", port:9200, scheme: http}]
args {
timeout: 60
max_retries: 3
retry_on_timeout: true
}
index_version: "1"
}
2019-06-10 21:24:35 +00:00
}
mongo {
backend {
host: "mongodb://127.0.0.1:27017/backend"
}
auth {
host: "mongodb://127.0.0.1:27017/auth"
}
}
redis {
apiserver {
host: "127.0.0.1"
port: 6379
db: 0
}
workers {
host: "127.0.0.1"
port: 6379
db: 4
}
}