From 58fd6c4ba5d23684113493db43b542719bc15c3d Mon Sep 17 00:00:00 2001 From: Kristoffer Dalby Date: Fri, 26 Nov 2021 07:13:00 +0000 Subject: [PATCH] Revert postgres constant value changes "postgresql" to "postgres" --- app.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.go b/app.go index 0d3332dd..0a12d965 100644 --- a/app.go +++ b/app.go @@ -48,7 +48,7 @@ import ( const ( AuthPrefix = "Bearer " - Postgres = "postgresql" + Postgres = "postgres" Sqlite = "sqlite3" updateInterval = 5000 HTTPReadTimeout = 30 * time.Second