diff options
author | 2021-07-24 19:32:29 +0200 | |
---|---|---|
committer | 2021-07-24 19:32:29 +0200 | |
commit | 651f12cdfb69c894a450785beffa4e6fec820338 (patch) | |
tree | 9143d3566dab52600c6f641ff93f45accf9b0293 | |
parent | Merge branch 'main' of github.com:superseriousbusiness/gotosocial into main (diff) | |
parent | Tiny fix (#114) (diff) | |
download | gotosocial-651f12cdfb69c894a450785beffa4e6fec820338.tar.xz |
Merge branch 'main' of github.com:superseriousbusiness/gotosocial into main
-rw-r--r-- | internal/config/default.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/config/default.go b/internal/config/default.go index 35e9f1ad2..1e26d6d4a 100644 --- a/internal/config/default.go +++ b/internal/config/default.go @@ -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, |