This website requires JavaScript.
Explore
Help
Sign in
TrueCloudLab
/
frostfs-http-gw
Watch
14
Star
1
Fork
You've already forked frostfs-http-gw
16
Code
Issues
7
Pull requests
3
Projects
Releases
8
Activity
Actions
1156223231
frostfs-http-gw
/
misc.go
10 lines
99 B
Go
Raw
Normal View
History
Unescape
Escape
initial
2019-11-06 12:33:46 +00:00
package
main
Prepare to release - set output for flag set - change env prefix for all environments - migrate to CDN SDK release v0.1.0 Signed-off-by: Evgeniy Kulikov <kim@nspcc.ru>
2020-12-02 08:52:07 +00:00
const
Prefix
=
"HTTP_GW"
NSPCC-493 Separate repository for NeoFS GW - Update dependencies - Update README (configuration: flags section) - Add gRPC logger and flag to enable gRPC connection debugging - Refactored settings (add flags, use defaults instead of yaml representation)
2019-12-13 16:02:48 +00:00
var
(
Build
=
"now"
Version
=
"dev"
Clean up Makefile and image build Signed-off-by: Stanislav Bogatyrev <stanislav@nspcc.ru>
2021-04-09 15:29:18 +00:00
Debug
=
"false"
NSPCC-493 Separate repository for NeoFS GW - Update dependencies - Update README (configuration: flags section) - Add gRPC logger and flag to enable gRPC connection debugging - Refactored settings (add flags, use defaults instead of yaml representation)
2019-12-13 16:02:48 +00:00
)
Reference in a new issue
Copy permalink