Skip to content

Commit

Permalink
Revert default broker, but add comment on REMOTE choice.
Browse files Browse the repository at this point in the history
  • Loading branch information
timstaley committed Feb 7, 2018
1 parent 0666d83 commit 1954e44
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion examples/listen_for_voevents.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,12 @@ HANDLER=./process_voevent_from_stdin_2.py

# The remote broker that we will subscribe to. The '--remote' flag can be
# repeated with different addresses if you want to listen to multiple remotes.
REMOTE=localhost

# Use this with another locally running instance for testing:
#REMOTE=localhost

# Subscribe to the 4-Pi-Sky broker:
REMOTE=voevent.4pisky.org

# Comet maintains a local 'dbm' database directory, where it keeps track of what it's seen before.
# By default this is /tmp - which is usually fine, but if you're running multiple instances on one
Expand Down

0 comments on commit 1954e44

Please sign in to comment.