Skip to content

Commit

Permalink
fix: Update deprecated service name of Databus (#7)
Browse files Browse the repository at this point in the history
Changed the databus service name to "ie-databus". The "ie_databus" is now deprecated.

Fixes #4
  • Loading branch information
EndyCZ authored May 17, 2021
1 parent 43b8693 commit 3d8c1bc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
import statistics
import json

BROKER_ADDRESS='ie_databus'
BROKER_ADDRESS='ie-databus'
BROKER_PORT=1883
MICRO_SERVICE_NAME = 'data-analytics'
""" Broker user and password for authtentification"""
Expand Down

0 comments on commit 3d8c1bc

Please sign in to comment.