forked from TrueCloudLab/frostfs-node
270b147205
Replace ENV prefix and separator to `internal` package in order to reuse them for testing. Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
8 lines
211 B
Go
8 lines
211 B
Go
package internal
|
|
|
|
// EnvPrefix is a prefix of ENV variables related
|
|
// to storage node configuration.
|
|
const EnvPrefix = "neofs"
|
|
|
|
// EnvSeparator is a section separator in ENV variables.
|
|
const EnvSeparator = "_"
|