Skip to content

Commit

Permalink
Merge pull request #898 from ianco/owl-issue/896
Browse files Browse the repository at this point in the history
Comment out redis references (not used in OATH testing)
  • Loading branch information
ianco authored Jan 15, 2025
2 parents 6dd9f12 + f573b36 commit 5bc6608
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion aries-backchannels/acapy/acapy_backchannel.py
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ def get_agent_args(self):

result.append(("--universal-resolver"))

result.append(("--plugin", "redis_events.v1_0.redis_queue.events"))
# result.append(("--plugin", "redis_events.v1_0.redis_queue.events"))
result.append(("--plugin-config", "/data-mount/plugin-config.yml"))

# This code for log level is included here because aca-py does not support the env var directly yet.
Expand Down
2 changes: 1 addition & 1 deletion manage
Original file line number Diff line number Diff line change
Expand Up @@ -755,7 +755,7 @@ stopServices() {
auxiliaryService orb stop
auxiliaryService indy-tails stop
auxiliaryService von-network stop
auxiliaryService redis-cluster stop
# auxiliaryService redis-cluster stop

fi
}
Expand Down

0 comments on commit 5bc6608

Please sign in to comment.