From c4a1fd3b70945f66fb70f52a0459c531979311ef Mon Sep 17 00:00:00 2001 From: Matt Baer Date: Fri, 4 Jun 2021 08:47:56 -0400 Subject: [PATCH] Add missing closing double-quote on PreviewsHost --- config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.go b/config.go index 07b6cc0..ab41bab 100644 --- a/config.go +++ b/config.go @@ -22,7 +22,7 @@ type config struct { AutoApprove bool `env:"key=AUTO_APPROVE default=false"` AllowPublish bool `env:"key=ALLOW_PUBLISH default=true"` - PreviewsHost string `env:"key=PREVIEWS_HOST` + PreviewsHost string `env:"key=PREVIEWS_HOST"` AdminPass string `env:"key=ADMIN_PASS default=uhoh"` BrowseItems int `env:"key=BROWSE_ITEMS default=10"`