Advertisement
mteodorovic

Untitled

Feb 13th, 2019
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.57 KB | None | 0 0
  1. diff --git a/scripts/run.sh b/scripts/run.sh
  2. index d713bd3..3f901a3 100755
  3. --- a/scripts/run.sh
  4. +++ b/scripts/run.sh
  5. @@ -48,10 +48,23 @@ MF_HTTP_ADAPTER_LOG_LEVEL=info MF_HTTP_ADAPTER_PORT=8185 MF_THINGS_URL=localhost
  6.  MF_WS_ADAPTER_LOG_LEVEL=info MF_WS_ADAPTER_PORT=8186 MF_THINGS_URL=localhost:8183 $BUILD_DIR/mainflux-ws &
  7.  
  8.  ###
  9. +# WS
  10. +###
  11. +MF_NORMALIZER_LOG_LEVEL=debug MF_NORMALIZER_PORT=8184 MF_NATS_URL=localhost:4222 $BUILD_DIR/mainflux-normalizer &
  12. +
  13. +
  14. +
  15. +
  16. +
  17. +
  18. +
  19. +###
  20.  # MQTT
  21.  ###
  22.  # Switch to top dir to find *.proto stuff when running MQTT broker
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement