forked from TrueCloudLab/frostfs-s3-gw
Fix merge conflicts
This commit is contained in:
parent
2ccc778fca
commit
cba8cbd13c
1 changed files with 1 additions and 7 deletions
|
@ -158,15 +158,9 @@ func newSettings() *viper.Viper {
|
|||
peers := flags.StringArrayP("peers", "p", nil, "NeoFS nodes")
|
||||
|
||||
// set prefers:
|
||||
<<<<<<< Updated upstream
|
||||
v.Set("app.name", misc.ApplicationName)
|
||||
v.Set("app.version", misc.Version)
|
||||
v.Set("app.build_time", misc.Build)
|
||||
=======
|
||||
v.Set(cfgApplicationName, "neofs-gw")
|
||||
v.Set(cfgApplicationName, misc.ApplicationName)
|
||||
v.Set(cfgApplicationVersion, misc.Version)
|
||||
v.Set(cfgApplicationBuildTime, misc.Build)
|
||||
>>>>>>> Stashed changes
|
||||
|
||||
// set defaults:
|
||||
|
||||
|
|
Loading…
Reference in a new issue