diff options
Diffstat (limited to 'internal/config/default.go')
-rw-r--r-- | internal/config/default.go | 2 |
1 files changed, 2 insertions, 0 deletions
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", |