update
All checks were successful
CI - Build and Push / Build and Push Docker Image (push) Successful in 1m29s
All checks were successful
CI - Build and Push / Build and Push Docker Image (push) Successful in 1m29s
This commit is contained in:
@@ -18,7 +18,7 @@ func main() {
|
||||
flag.Parse()
|
||||
|
||||
var c config.Config
|
||||
conf.MustLoad(*configFile, &c)
|
||||
conf.MustLoad(*configFile, &c, conf.UseEnv())
|
||||
|
||||
server := rest.MustNewServer(c.RestConf)
|
||||
defer server.Stop()
|
||||
|
||||
Reference in New Issue
Block a user