From 582a9f4f75e32a1391af09294dab476e29258a10 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Sat, 6 Jul 2019 02:11:42 -0400 Subject: [PATCH] Make defaults nicer --- client-api/pvc-api.sample.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/client-api/pvc-api.sample.yaml b/client-api/pvc-api.sample.yaml index 2decbd0d..8fcbbc70 100644 --- a/client-api/pvc-api.sample.yaml +++ b/client-api/pvc-api.sample.yaml @@ -10,8 +10,7 @@ pvc: # zookeeper: Configuration of the zookeeper connection zookeeper: # uri: Zookeeper URI specifying the PVCD coordinators to connect to - #uri: "pvchv1:2181,pvchv2:2181,pvchv3:2181" - uri: "hv1:2181,hv2:2181,hv3:2181" + uri: "pvchv1:2181,pvchv2:2181,pvchv3:2181" # api: Configuration of the API listener api: # listen_address: IP address(es) to listen on; use 0.0.0.0 for all interfaces @@ -22,4 +21,4 @@ pvc: authentication: # key: A secure key to authorize against the API; must be sent in the body # arguments or in the URI of each requess; leave blank for no authentication - key: "test1234" + key: ""