Skip to content

Commit

Permalink
Change default port to 8082 to avoid conflicts
Browse files Browse the repository at this point in the history
User can still override to 8081
Fixes #24
  • Loading branch information
ChrisRomp authored Jul 5, 2024
1 parent cb0a75e commit 910cd35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ecowitt-proxy/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ arch:
host_network: true
options:
Webhook_ID: ""
TCP_Port: 8081
TCP_Port: 8082
schema:
Webhook_ID: "match(^[a-fA-F0-9]{32}$)"
TCP_Port: "int(1024,65535)"

0 comments on commit 910cd35

Please sign in to comment.