forked from TrueCloudLab/frostfs-node
9 lines
211 B
Go
9 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 = "_"
|