Skip to content

Commit

Permalink
Merge pull request #164 from ayush-kr/mnedc (for Coconut)
Browse files Browse the repository at this point in the history
Changed MNEDC Server Port from 8000 to 3334 (due to the port conflict)
  • Loading branch information
MoonkiHong committed Oct 30, 2020
2 parents d7f4776 + 452071a commit 8f841ca
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion GoMain/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ FROM $PLATFORM/ubuntu:16.04
ENV TARGET_DIR=/edge-orchestration
ENV HTTP_PORT=56001
ENV MDNS_PORT=5353
ENV MNEDC_PORT=8000
ENV MNEDC_PORT=3334
ENV MNEDC_BROADCAST_PORT=3333
ENV ZEROCONF_PORT=42425
ENV APP_MAIN_DIR=GoMain
Expand Down
2 changes: 1 addition & 1 deletion samples/mnedc/client.config
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
192.168.0.125
8000
3334
2 changes: 1 addition & 1 deletion src/controller/mnedcmgr/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ package mnedcmgr

const (
logPrefix = "[mnedcmgr]"
mnedcServerPort = 8000
mnedcServerPort = 3334
broadcastServerPort = 3333
mnedcServerVirtualIP = "10.0.0.1"
internalPort = 56002
Expand Down

0 comments on commit 8f841ca

Please sign in to comment.