add web handler to testrig

This commit is contained in:
tsmethurst
2021-06-21 20:40:56 +02:00
parent f9bc305aca
commit 38912f5d07
3 changed files with 5 additions and 1 deletions

View File

@ -172,6 +172,7 @@ func GetTestDefaults() Defaults {
DbDatabase: "postgres",
TemplateBaseDir: "./web/template/",
AssetBaseDir: "./web/assets/",
AccountsOpenRegistration: true,
AccountsRequireApproval: true,