mirror of
https://github.com/gabehf/Koito.git
synced 2026-03-07 13:38:15 -08:00
feat: v0.0.3
This commit is contained in:
parent
7ff317756f
commit
3250a4ec3f
21 changed files with 322 additions and 374 deletions
|
|
@ -156,6 +156,10 @@ func Run(
|
|||
l.Info().Msgf("Engine: CORS policy: Allowing origins: %v", cfg.AllowedOrigins())
|
||||
}
|
||||
|
||||
if cfg.LbzRelayEnabled() && (cfg.LbzRelayUrl() == "" || cfg.LbzRelayToken() == "") {
|
||||
l.Warn().Msg("You have enabled ListenBrainz relay, but either the URL or token is missing. Double check your configuration to make sure it is correct!")
|
||||
}
|
||||
|
||||
l.Debug().Msg("Engine: Setting up HTTP server")
|
||||
var ready atomic.Bool
|
||||
mux := chi.NewRouter()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue