forked from TrueCloudLab/frostfs-http-gw
11283c1c79
Signed-off-by: Elizaveta Chichindaeva <elizaveta@nspcc.ru>
10 lines
191 B
Go
10 lines
191 B
Go
package main
|
|
|
|
// Prefix is a prefix used for environment variables containing gateway
|
|
// configuration.
|
|
const Prefix = "HTTP_GW"
|
|
|
|
var (
|
|
// Version is the gateway version.
|
|
Version = "dev"
|
|
)
|