Merge branch 'main' into kradalby-patch-2
This commit is contained in:
commit
ef81845deb
3 changed files with 12 additions and 9 deletions
2
app.go
2
app.go
|
@ -48,7 +48,7 @@ import (
|
|||
|
||||
const (
|
||||
AuthPrefix = "Bearer "
|
||||
Postgres = "postgresql"
|
||||
Postgres = "postgres"
|
||||
Sqlite = "sqlite3"
|
||||
updateInterval = 5000
|
||||
HTTPReadTimeout = 30 * time.Second
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue