summaryrefslogtreecommitdiffstats
path: root/config-provisioning/src/main/resources/configdefinitions/node-repository.def
blob: 8ea9265aa23d5407a5a6c4774b92bba0eb4c2e95 (plain) (blame)
1
2
3
4
5
6
7
8
# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
namespace=config.provisioning

# Docker image to use in REST API responses. This must be a fully qualified name, including registry, but excluding
# version. Example: my-docker-registry.domain.tld:8080/dist/vespa
dockerImage string default="dummyImage"

useCuratorClientCache bool default=false