add web handler to testrig (#56)

This commit is contained in:
Tobi Smethurst 2021-06-21 20:43:14 +02:00 committed by GitHub
commit de0b7d22c5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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,