将 auth 数据库从 SQLite 迁移到 PostgreSQL
This commit is contained in:
@@ -30,7 +30,7 @@ func main() {
|
||||
}
|
||||
defer futures.Close()
|
||||
|
||||
authDB, err := store.OpenAuth(cfg.AuthDBPath)
|
||||
authDB, err := store.OpenAuth(cfg.DatabaseURL)
|
||||
if err != nil {
|
||||
log.Fatalf("open auth: %v", err)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user