Skip to content

Commit

Permalink
Enable mediator mode on the persistent queue
Browse files Browse the repository at this point in the history
Signed-off-by: Wade Barnes <[email protected]>
  • Loading branch information
WadeBarnes committed Mar 15, 2024
1 parent 765914d commit 033c59b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions redis-pq-demo/configs/plugins-config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
redis_queue:
connection:
connection:
connection_url: "redis://default:[email protected]:6379"

### For Inbound ###
Expand All @@ -10,7 +10,7 @@ redis_queue:
### For Outbound ###
outbound:
acapy_outbound_topic: "acapy_outbound"
mediator_mode: false
mediator_mode: true

### For Event ###
event:
Expand Down

0 comments on commit 033c59b

Please sign in to comment.