Skip to content

Commit

Permalink
The controler is hardcoded to use the port 443
Browse files Browse the repository at this point in the history
  • Loading branch information
aarnaud committed Apr 6, 2024
1 parent e5d2745 commit 907a5ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ func GetConfig() *Config {
viper.ReadInConfig()

viper.SetDefault("LOG_LEVEL", "info")
viper.SetDefault("TLS_PORT", 8443)
viper.SetDefault("TLS_PORT", 443) // The controler is hardcoded to use this port
viper.SetDefault("MQTT_BROKER_PORT", 1883)
viper.SetDefault("MQTT_CLIENT_ID", "akwatek")
viper.SetDefault("MQTT_BASE_TOPIC", "akwatek")
Expand Down

0 comments on commit 907a5ee

Please sign in to comment.