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"