fix main.go and update next release doc

This commit is contained in:
yusing
2025-02-01 12:51:52 +08:00
parent 0d518166ee
commit c16a0444ca
2 changed files with 6 additions and 177 deletions

View File

@@ -128,8 +128,7 @@ func main() {
}
cfg.Start(&config.StartServersOptions{
Proxy: true,
Metrics: true,
Proxy: true,
})
if err := auth.Initialize(); err != nil {
logging.Fatal().Err(err).Msg("failed to initialize authentication")