We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba9b78e commit 0b584ccCopy full SHA for 0b584cc
1 file changed
blog.go
@@ -49,7 +49,6 @@ func setupAuthboss() {
49
ab.Cfg.OAuth2Storer = database
50
ab.Cfg.MountPath = "/auth"
51
ab.Cfg.ViewsPath = "ab_views"
52
- ab.Cfg.LogWriter = os.Stdout
53
ab.Cfg.RootURL = `http://localhost:3000`
54
55
ab.Cfg.LayoutDataMaker = layoutData
0 commit comments