aboutsummaryrefslogtreecommitdiffstats
path: root/container-core
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2024-01-15 23:08:15 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2024-01-15 23:09:51 +0000
commit16fad971625367714bed3574cd8fa53eb7ee259c (patch)
treee5cec5873ee36da41a139a7dfb7f3db467ecd725 /container-core
parentccd310972b94deb49c1d7e3ffc8dc06e4a282014 (diff)
All rpc parameters handles restart.
Diffstat (limited to 'container-core')
-rw-r--r--container-core/src/main/resources/configdefinitions/container.qr.def6
1 files changed, 3 insertions, 3 deletions
diff --git a/container-core/src/main/resources/configdefinitions/container.qr.def b/container-core/src/main/resources/configdefinitions/container.qr.def
index a08cc0fac83..51ec6fc324a 100644
--- a/container-core/src/main/resources/configdefinitions/container.qr.def
+++ b/container-core/src/main/resources/configdefinitions/container.qr.def
@@ -9,16 +9,16 @@ namespace=container
filedistributor.configid reference default=""
## Is RPC server enabled?
-rpc.enabled bool default=false restart
+rpc.enabled bool default=false
## RPC server listen port
rpc.port int default=8086
## Which interface to bind to.
-rpc.host string default="" restart
+rpc.host string default=""
## The id this service should register itself with in slobrok
-rpc.slobrokId string default="" restart
+rpc.slobrokId string default=""
## A unique identifier string for this QRS. The only guarantee given is
## this string will be unique for every QRS in a Vespa application.