forked from TrueCloudLab/frostfs-http-gw
Change ENV prefix
TODO should be replaced with HTTP_GW before release Signed-off-by: Evgeniy Kulikov <kim@nspcc.ru>
This commit is contained in:
parent
f75eb4b803
commit
31186382e8
4 changed files with 88 additions and 24 deletions
3
misc.go
3
misc.go
|
@ -3,4 +3,7 @@ package main
|
|||
var (
|
||||
Build = "now"
|
||||
Version = "dev"
|
||||
|
||||
// TODO should be replaced with HTTP_GW
|
||||
Prefix = "GW"
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue