Skip to content

Commit

Permalink
add comments
Browse files Browse the repository at this point in the history
Signed-off-by: nyagamunene <[email protected]>
  • Loading branch information
nyagamunene committed Dec 16, 2024
1 parent c49d3c0 commit 8accfba
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions cmd/proxy/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,13 @@ const (
)

const (
// MQTT configuration settings

Check failure on line 21 in cmd/proxy/main.go

View workflow job for this annotation

GitHub Actions / Lint and Build

Comment should end in a period (godot)
BrokerURL = "localhost:1883"
PropletID = "72fd490b-f91f-47dc-aa0b-a65931719ee1"
ChannelID = "cb6cb9ae-ddcf-41ab-8f32-f3e93b3a3be2"
PropletPassword = "3963a940-332e-4a18-aa57-bab4d4124ab0"
PropletID = "test_proplet"
ChannelID = "test_channel"
PropletPassword = ""

// HTTP configuration settings

Check failure on line 27 in cmd/proxy/main.go

View workflow job for this annotation

GitHub Actions / Lint and Build

Comment should end in a period (godot)
RegistryURL = "docker.io"
Authenticate = false
RegistryUsername = ""
Expand Down

0 comments on commit 8accfba

Please sign in to comment.