diff options
author | 2021-06-21 20:40:56 +0200 | |
---|---|---|
committer | 2021-06-21 20:40:56 +0200 | |
commit | 38912f5d07d1ceaf912d8335fa18c1276ae72f29 (patch) | |
tree | 5bb2bfd18a48a4315daaedda82261d8081f15097 /internal/config/default.go | |
parent | new styling for frontpage, update login and authorize templates (#46) (diff) | |
download | gotosocial-38912f5d07d1ceaf912d8335fa18c1276ae72f29.tar.xz |
add web handler to testrig
Diffstat (limited to 'internal/config/default.go')
-rw-r--r-- | internal/config/default.go | 1 |
1 files changed, 1 insertions, 0 deletions
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, |