mirror of
https://github.com/superseriousbusiness/gotosocial
synced 2025-01-23 22:10:47 +01:00
Tiny fix (#114)
* allow custom ports for webserver and le * fix teensy mistake not setting default port
This commit is contained in:
parent
bc1d8a9265
commit
5bf4fb49e0
@ -76,6 +76,7 @@ func Default() *Config {
|
|||||||
ApplicationName: defaults.ApplicationName,
|
ApplicationName: defaults.ApplicationName,
|
||||||
Host: defaults.Host,
|
Host: defaults.Host,
|
||||||
Protocol: defaults.Protocol,
|
Protocol: defaults.Protocol,
|
||||||
|
Port: defaults.Port,
|
||||||
SoftwareVersion: defaults.SoftwareVersion,
|
SoftwareVersion: defaults.SoftwareVersion,
|
||||||
DBConfig: &DBConfig{
|
DBConfig: &DBConfig{
|
||||||
Type: defaults.DbType,
|
Type: defaults.DbType,
|
||||||
|
Loading…
Reference in New Issue
Block a user