forked from TrueCloudLab/frostfs-node
[#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
|
@ -6,7 +6,7 @@ import (
|
|||
|
||||
// EnvPrefix is a prefix of ENV variables related
|
||||
// to storage node configuration.
|
||||
const EnvPrefix = "neofs"
|
||||
const EnvPrefix = "FROSTFS"
|
||||
|
||||
// EnvSeparator is a section separator in ENV variables.
|
||||
const EnvSeparator = "_"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue