aboutsummaryrefslogtreecommitdiffstats
path: root/container-core/src/main/resources/configdefinitions/container.qr.def
diff options
context:
space:
mode:
authorHarald Musum <musum@verizonmedia.com>2020-09-10 19:54:48 +0200
committerHarald Musum <musum@verizonmedia.com>2020-09-10 19:54:48 +0200
commit9b948718144e5d556cc6ea49d2ff6bbf05f00b0e (patch)
treeba85cd69adb80f4eb2b885d792f4ff5ecf01ef93 /container-core/src/main/resources/configdefinitions/container.qr.def
parent2f6d5764a8ac5fea80e44fc3d022a6b0b47ba890 (diff)
Use full name in config definition file names
Diffstat (limited to 'container-core/src/main/resources/configdefinitions/container.qr.def')
-rw-r--r--container-core/src/main/resources/configdefinitions/container.qr.def27
1 files changed, 27 insertions, 0 deletions
diff --git a/container-core/src/main/resources/configdefinitions/container.qr.def b/container-core/src/main/resources/configdefinitions/container.qr.def
new file mode 100644
index 00000000000..fe44b04e9d5
--- /dev/null
+++ b/container-core/src/main/resources/configdefinitions/container.qr.def
@@ -0,0 +1,27 @@
+# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+namespace=container
+
+### All params must be flagged as 'restart' because this config is manually
+### retrieved by ConfiguredApplication.start to init the rpc 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
+
+## 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, and defer any changes until restart
+restartOnDeploy bool default=false restart