Merge branch 'main' into kradalby-patch-2

This commit is contained in:
Kristoffer Dalby 2021-11-27 20:30:27 +00:00 committed by GitHub
commit ef81845deb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 12 additions and 9 deletions

2
app.go
View file

@ -48,7 +48,7 @@ import (
const (
AuthPrefix = "Bearer "
Postgres = "postgresql"
Postgres = "postgres"
Sqlite = "sqlite3"
updateInterval = 5000
HTTPReadTimeout = 30 * time.Second