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)
This commit is contained in:
parent
2bebf38a18
commit
97d1a99f58
8 changed files with 425 additions and 209 deletions
5
misc.go
5
misc.go
|
@ -2,4 +2,7 @@ package main
|
|||
|
||||
const DropInFilenameHeader = "drop-in-filename"
|
||||
|
||||
var Version = "dev"
|
||||
var (
|
||||
Build = "now"
|
||||
Version = "dev"
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue