Skip to content

Commit

Permalink
Merge branch 'main' into ekuiper-connections
Browse files Browse the repository at this point in the history
  • Loading branch information
Lenny Goodell authored Oct 26, 2021
2 parents 27152c7 + a2b69b2 commit 52087c0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -884,10 +884,12 @@ parts:
rm *.zip *.gz
# configure logging & restrict to localhost
# configure REST API service port to 59720
sed -i -e 's@consoleLog\: false@consoleLog\: true@' \
-e 's@fileLog\: true@fileLog\: false@' \
-e 's@ip\: 0.0.0.0@ip\: localhost@' \
-e 's@restIp\: 0.0.0.0@restIp\: localhost@' \
-e 's@restPort\: 9081@restPort\: 59720@' \
$SNAPCRAFT_PART_INSTALL/etc/kuiper.yaml
# update the edgex source's port to 5566 to match
Expand Down

0 comments on commit 52087c0

Please sign in to comment.