mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2024-11-21 16:55:38 +03: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
1 changed files with 1 additions and 0 deletions
|
@ -76,6 +76,7 @@ func Default() *Config {
|
|||
ApplicationName: defaults.ApplicationName,
|
||||
Host: defaults.Host,
|
||||
Protocol: defaults.Protocol,
|
||||
Port: defaults.Port,
|
||||
SoftwareVersion: defaults.SoftwareVersion,
|
||||
DBConfig: &DBConfig{
|
||||
Type: defaults.DbType,
|
||||
|
|
Loading…
Reference in a new issue