mirror of
https://github.com/juanfont/headscale.git
synced 2024-11-30 02:43:05 +00:00
Merge pull request #238 from juanfont/kradalby-patch-3
This commit is contained in:
commit
0819c6515a
1 changed files with 1 additions and 1 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…
Reference in a new issue