From b1a4f38e383279d14d10b6b4575f752ca4b54f73 Mon Sep 17 00:00:00 2001 From: Tobi Smethurst <31960611+tsmethurst@users.noreply.github.com> Date: Mon, 19 Jul 2021 18:42:08 +0200 Subject: allow different host + accountDomain (#103) * allow different host + accountDomain * use accountDomain in tags --- internal/config/default.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'internal/config/default.go') diff --git a/internal/config/default.go b/internal/config/default.go index 7a030beb5..099eead1c 100644 --- a/internal/config/default.go +++ b/internal/config/default.go @@ -118,6 +118,7 @@ func GetDefaults() Defaults { ApplicationName: "gotosocial", ConfigPath: "", Host: "", + AccountDomain: "", Protocol: "https", DbType: "postgres", @@ -166,6 +167,7 @@ func GetTestDefaults() Defaults { ApplicationName: "gotosocial", ConfigPath: "", Host: "localhost:8080", + AccountDomain: "", Protocol: "http", DbType: "postgres", -- cgit v1.2.3