From 38912f5d07d1ceaf912d8335fa18c1276ae72f29 Mon Sep 17 00:00:00 2001 From: tsmethurst Date: Mon, 21 Jun 2021 20:40:56 +0200 Subject: add web handler to testrig --- internal/config/default.go | 1 + 1 file changed, 1 insertion(+) (limited to 'internal/config/default.go') diff --git a/internal/config/default.go b/internal/config/default.go index 8a53f239e..89360bb26 100644 --- a/internal/config/default.go +++ b/internal/config/default.go @@ -172,6 +172,7 @@ func GetTestDefaults() Defaults { DbDatabase: "postgres", TemplateBaseDir: "./web/template/", + AssetBaseDir: "./web/assets/", AccountsOpenRegistration: true, AccountsRequireApproval: true, -- cgit v1.2.3