mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-19 16:16:15 -06:00
allow different host + accountDomain
This commit is contained in:
parent
677490bc4e
commit
82c26a73ee
6 changed files with 45 additions and 12 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