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:
Evgeniy Kulikov 2020-11-27 18:18:53 +03:00
parent f75eb4b803
commit 31186382e8
No known key found for this signature in database
GPG key ID: BF6AEE0A2A699BF2
4 changed files with 88 additions and 24 deletions

View file

@ -3,4 +3,7 @@ package main
var (
Build = "now"
Version = "dev"
// TODO should be replaced with HTTP_GW
Prefix = "GW"
)