clearml-server/apiserver/config/default/hosts.conf
2021-01-05 16:22:34 +02:00

46 lines
668 B
Plaintext

elastic {
events {
hosts: [{host: "127.0.0.1", port: 9200}]
args {
timeout: 60
dead_timeout: 10
max_retries: 3
retry_on_timeout: true
}
index_version: "1"
}
workers {
hosts: [{host:"127.0.0.1", port:9200}]
args {
timeout: 60
dead_timeout: 10
max_retries: 3
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"
}
}
redis {
apiserver {
host: "127.0.0.1"
port: 6379
db: 0
}
workers {
host: "127.0.0.1"
port: 6379
db: 4
}
}