Skip to content

Commit 62a9541

Browse files
authored
Merge pull request #58 from serv-c/drgroot-patch-2
fix(config): bind to event exchange
2 parents 647f641 + f75174d commit 62a9541

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

servc/svc/config/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"conf.bus.route": os.getenv("CONF__BUS__QUEUE", os.getenv("QUEUE_NAME", "test")),
1818
"conf.bus.routemap": json.loads(os.getenv("CONF__BUS__ROUTEMAP", json.dumps({}))),
1919
"conf.bus.prefix": "",
20-
"conf.bus.bindtoeventexchange": True,
20+
"conf.worker.bindtoeventexchange": True,
2121
}
2222

2323
DOT_MARKER = os.getenv("SERVC_DOT_MARKER", "_DOT_")

0 commit comments

Comments
 (0)