mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-14 02:27:28 -06:00
allow different host + accountDomain (#103)
* allow different host + accountDomain * use accountDomain in tags
This commit is contained in:
parent
677490bc4e
commit
b1a4f38e38
7 changed files with 46 additions and 13 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue