gtsocial-umbx

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 5bf4fb49e0c7a366b8304a37daba844c4ff458d2
parent bc1d8a92656e8cc30500eaeb36b6b9864b6a722b
Author: Tobi Smethurst <31960611+tsmethurst@users.noreply.github.com>
Date:   Sat, 24 Jul 2021 19:31:38 +0200

Tiny fix (#114)

* allow custom ports for webserver and le

* fix teensy mistake not setting default port
Diffstat:
Minternal/config/default.go | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git 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,