1
0
forked from baron/baron-sso

200 log x

This commit is contained in:
2026-01-20 10:56:15 +09:00
parent 16552dac54
commit 8c5d87a5d2
2 changed files with 23 additions and 5 deletions

View File

@@ -23,7 +23,7 @@ func NewClickHouseRepository(host string, port int, user, password, db string) (
Username: user,
Password: password,
},
Debug: true,
Debug: false,
})
if err != nil {