* allow custom ports for webserver and le

* fix teensy mistake not setting default port
This commit is contained in:
Tobi Smethurst 2021-07-24 19:31:38 +02:00 committed by GitHub
parent bc1d8a9265
commit 5bf4fb49e0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,