summaryrefslogtreecommitdiffstats
path: root/container-core/src/main/resources/configdefinitions/container.core.vip-status.def
diff options
context:
space:
mode:
Diffstat (limited to 'container-core/src/main/resources/configdefinitions/container.core.vip-status.def')
-rw-r--r--container-core/src/main/resources/configdefinitions/container.core.vip-status.def12
1 files changed, 12 insertions, 0 deletions
diff --git a/container-core/src/main/resources/configdefinitions/container.core.vip-status.def b/container-core/src/main/resources/configdefinitions/container.core.vip-status.def
new file mode 100644
index 00000000000..a042f5915c2
--- /dev/null
+++ b/container-core/src/main/resources/configdefinitions/container.core.vip-status.def
@@ -0,0 +1,12 @@
+# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+namespace=container.core
+
+## Whether to return hard-coded reply or serve "status.html" from disk
+accessdisk bool default=false
+
+## The file to serve as the status file.
+## If the path is relative vespa home is prepended
+statusfile string default="share/qrsdocs/status.html"
+
+## Not used TODO: Remove on Vespa 8
+initiallyInRotation bool default=true