diff --git a/cmd/auth.go b/cmd/auth.go index 9312891..f6ddb13 100644 --- a/cmd/auth.go +++ b/cmd/auth.go @@ -47,7 +47,7 @@ var authCmd = &cobra.Command{ callbackHost, _ := strings.CutSuffix(viper.GetString("oauth-host"), "/") if callbackHost == "" { - callbackHost = "127.0.0.1:2222" + callbackHost = "127.0.0.1:2369" } callbackPath := "/callback/" + backend diff --git a/scotty.example.toml b/scotty.example.toml index 1e8ea37..54aad0d 100644 --- a/scotty.example.toml +++ b/scotty.example.toml @@ -2,7 +2,7 @@ database = "scotty.sqlite3" # Host and port for OAuth authentication callbacks -oauth-host = "127.0.0.1:2222" +oauth-host = "127.0.0.1:2369" [service.listenbrainz] # This backend supports listens and loves from https://listenbrainz.org/