From 4724f798771561efb05857a3abcc8c9be9df0ce3 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Sun, 7 Jul 2019 00:10:01 -0400 Subject: [PATCH] Change order in sample yaml --- client-api/pvc-api.sample.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client-api/pvc-api.sample.yaml b/client-api/pvc-api.sample.yaml index d9bee650..c9affe59 100644 --- a/client-api/pvc-api.sample.yaml +++ b/client-api/pvc-api.sample.yaml @@ -19,6 +19,8 @@ pvc: listen_address: "127.0.0.1" # listen_port: TCP port to listen on, usually 7370 listen_port: "7370" + # secret_key: Per-cluster secret key for API cookies; generate with uuidgen or pwgen + secret_key: "" # authentication: Authentication and security settings authentication: # tokens: a list of authentication tokens; leave as an empty list to disable authentication @@ -27,8 +29,6 @@ pvc: - description: "testing" # token: random token for authentication; generate with uuidgen or pwgen token: "" - # secret_key: Per-cluster secret key for API cookies; generate with uuidgen or pwgen - secret_key: "" # ssl: SSL configuration ssl: # Enabled or disable SSL operation