summaryrefslogtreecommitdiffstats
path: root/container-core/src/main/resources/configdefinitions/qr.def
diff options
context:
space:
mode:
Diffstat (limited to 'container-core/src/main/resources/configdefinitions/qr.def')
-rw-r--r--container-core/src/main/resources/configdefinitions/qr.def33
1 files changed, 33 insertions, 0 deletions
diff --git a/container-core/src/main/resources/configdefinitions/qr.def b/container-core/src/main/resources/configdefinitions/qr.def
new file mode 100644
index 00000000000..f6715b3e74f
--- /dev/null
+++ b/container-core/src/main/resources/configdefinitions/qr.def
@@ -0,0 +1,33 @@
+# Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+version=37
+namespace=container
+
+### All params must be flagged as 'restart' because this config is manually
+### retrieved by ConfiguredApplication.start to init the rpc server in
+### com.yahoo.container.Server.
+
+## filedistributor rpc configuration
+filedistributor.configid reference default="" restart
+
+## Is RPC server enabled?
+rpc.enabled bool default=false restart
+
+## RPC server listen port
+rpc.port int default=8086 restart
+
+## Which interface to bind to.
+rpc.host string default="" restart
+
+## The id this service should register itself with in slobrok
+rpc.slobrokId string default="" restart
+
+## Whether to obtain coverage reports by default. This can be overridden with
+## the 'reportcoverage' HTTP parameter.
+coveragereports bool default=false restart
+
+## A unique identifier string for this QRS. The only guarantee given is
+## this string will be unique for every QRS in a Vespa application.
+discriminator string default="qrserver.0" restart
+
+## Force restart of container on deploy?
+restartOnDeploy bool default=false restart