forked from TrueCloudLab/frostfs-s3-gw
[#8] Rename key-related flags
Signed-off-by: Pavel Korotkov <pkorotkov@gmail.com>
This commit is contained in:
parent
c972682430
commit
4f7a2f3a9a
1 changed files with 2 additions and 2 deletions
|
@ -56,8 +56,8 @@ const ( // settings
|
||||||
cfgKeepalivePermitWithoutStream = "keepalive.permit_without_stream"
|
cfgKeepalivePermitWithoutStream = "keepalive.permit_without_stream"
|
||||||
|
|
||||||
// Keys
|
// Keys
|
||||||
cfgNeoFSPrivateKey = "neofs-ecdsa-key"
|
cfgNeoFSPrivateKey = "neofs-key"
|
||||||
cfgGateAuthPrivateKey = "gate-auth-key"
|
cfgGateAuthPrivateKey = "auth-key"
|
||||||
|
|
||||||
// HTTPS/TLS
|
// HTTPS/TLS
|
||||||
cfgTLSKeyFile = "tls.key_file"
|
cfgTLSKeyFile = "tls.key_file"
|
||||||
|
|
Loading…
Reference in a new issue