Merge branch 'main' into preauthkeys-fix-default-expiration
This commit is contained in:
commit
06f05d6cc2
1 changed files with 1 additions and 1 deletions
2
app.go
2
app.go
|
@ -48,7 +48,7 @@ import (
|
||||||
|
|
||||||
const (
|
const (
|
||||||
AuthPrefix = "Bearer "
|
AuthPrefix = "Bearer "
|
||||||
Postgres = "postgresql"
|
Postgres = "postgres"
|
||||||
Sqlite = "sqlite3"
|
Sqlite = "sqlite3"
|
||||||
updateInterval = 5000
|
updateInterval = 5000
|
||||||
HTTPReadTimeout = 30 * time.Second
|
HTTPReadTimeout = 30 * time.Second
|
||||||
|
|
Loading…
Reference in a new issue