frostfs-node/misc/build.go

19 lines
317 B
Go
Raw Normal View History

package misc
const (
// NodeName is an application name.
NodeName = "neofs-node"
// Prefix is an application prefix.
Prefix = "neofs"
// Build is an application build time.
Build = "now"
// Version is an application version.
Version = "dev"
// Debug is an application debug mode flag.
Debug = "true"
)