Skip to content

Commit

Permalink
Tiny fix (#114)
Browse files Browse the repository at this point in the history
* allow custom ports for webserver and le

* fix teensy mistake not setting default port
  • Loading branch information
tsmethurst authored Jul 24, 2021
1 parent bc1d8a9 commit 5bf4fb4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/config/default.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 5bf4fb4

Please sign in to comment.