[#1] Fix viper env prefix in cli tools
Changing env prefix and corresponding example config files. Signed-off-by: Stanislav Bogatyrev <s.bogatyrev@yadro.com>
This commit is contained in:
parent
73bc1b0b68
commit
1858f11146
12 changed files with 224 additions and 224 deletions
|
@ -26,7 +26,7 @@ import (
|
|||
)
|
||||
|
||||
const (
|
||||
envPrefix = "NEOFS_CLI"
|
||||
envPrefix = "FROSTFS_CLI"
|
||||
)
|
||||
|
||||
// Global scope flags.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue