From 4f7a2f3a9a9314bc3023393716cc0d7837ea684c Mon Sep 17 00:00:00 2001 From: Pavel Korotkov Date: Thu, 6 Aug 2020 18:07:10 +0300 Subject: [PATCH] [#8] Rename key-related flags Signed-off-by: Pavel Korotkov --- cmd/gate/app-settings.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/gate/app-settings.go b/cmd/gate/app-settings.go index b3749997..086940a8 100644 --- a/cmd/gate/app-settings.go +++ b/cmd/gate/app-settings.go @@ -56,8 +56,8 @@ const ( // settings cfgKeepalivePermitWithoutStream = "keepalive.permit_without_stream" // Keys - cfgNeoFSPrivateKey = "neofs-ecdsa-key" - cfgGateAuthPrivateKey = "gate-auth-key" + cfgNeoFSPrivateKey = "neofs-key" + cfgGateAuthPrivateKey = "auth-key" // HTTPS/TLS cfgTLSKeyFile = "tls.key_file"