mirror of
https://github.com/superseriousbusiness/gotosocial
synced 2025-06-05 21:59:39 +02:00
allow different host + accountDomain (#103)
* allow different host + accountDomain * use accountDomain in tags
This commit is contained in:
@@ -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",
|
||||
|
Reference in New Issue
Block a user