From f3fc040c2effd85afa91d94bd409fa016980056e Mon Sep 17 00:00:00 2001 From: Mia Heidenstedt Date: Thu, 3 Nov 2022 13:15:31 +0100 Subject: [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 --- testrig/config.go | 1 + 1 file changed, 1 insertion(+) (limited to 'testrig/config.go') 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", -- cgit v1.2.3