summaryrefslogtreecommitdiff
path: root/internal/config/default.go
diff options
context:
space:
mode:
authorLibravatar Tobi Smethurst <31960611+tsmethurst@users.noreply.github.com>2021-06-21 20:43:14 +0200
committerLibravatar GitHub <noreply@github.com>2021-06-21 20:43:14 +0200
commitde0b7d22c5a63c7b26df0816edbda0456dba50c0 (patch)
tree5bb2bfd18a48a4315daaedda82261d8081f15097 /internal/config/default.go
parentnew styling for frontpage, update login and authorize templates (#46) (diff)
downloadgotosocial-de0b7d22c5a63c7b26df0816edbda0456dba50c0.tar.xz
add web handler to testrig (#56)
Diffstat (limited to 'internal/config/default.go')
-rw-r--r--internal/config/default.go1
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,