Skip to content

Commit

Permalink
Also use the new broker for internal updates
Browse files Browse the repository at this point in the history
  • Loading branch information
takluyver committed Jan 24, 2024
1 parent 43f03c2 commit 3389842
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions damnit/definitions.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
if "AMORE_BROKER" in os.environ:
UPDATE_BROKERS = [os.environ["AMORE_BROKER"]]
else:
UPDATE_BROKERS = ['exflwebstor01.desy.de:9102']
UPDATE_BROKERS = ['exflwgs06.desy.de:9091']

UPDATE_TOPIC = "amore-db-{}" # Fill in ID stored in database
UPDATE_TOPIC = "test.damnit.db-{}" # Fill in ID stored in database

0 comments on commit 3389842

Please sign in to comment.