diff options
author | 2022-11-03 13:15:31 +0100 | |
---|---|---|
committer | 2022-11-03 13:15:31 +0100 | |
commit | f3fc040c2effd85afa91d94bd409fa016980056e (patch) | |
tree | 7e9c1f407183728c44fa18fa282215d640aa9d2e /testrig/config.go | |
parent | [frontend] change bundler to skulk (#942) (diff) | |
download | gotosocial-f3fc040c2effd85afa91d94bd409fa016980056e.tar.xz |
[feature] Allow user to show instead of landing page on / (#922)
* configurable user instead of landing page
* rename DefaultUser to LandingPageUser
* code review changes and fix tests
* try to fix pipeline error
* code review changes
* code review changes
* code review changes
* remove unnecessary line
Diffstat (limited to 'testrig/config.go')
-rw-r--r-- | testrig/config.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testrig/config.go b/testrig/config.go index fc479e77a..82f333756 100644 --- a/testrig/config.go +++ b/testrig/config.go @@ -34,6 +34,7 @@ var testDefaults = config.Configuration{ LogLevel: "trace", LogDbQueries: true, ApplicationName: "gotosocial", + LandingPageUser: "", ConfigPath: "", Host: "localhost:8080", AccountDomain: "localhost:8080", |