update
All checks were successful
CI - Build and Push / Build and Push Docker Image (push) Successful in 1m29s

This commit is contained in:
2025-10-25 08:54:42 +08:00
parent d207146423
commit f63a14031c
2 changed files with 2 additions and 2 deletions

View File

@@ -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()