Skip to content

Commit

Permalink
Add rabbitmq configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
moisses89 committed Oct 4, 2023
1 parent d0709c7 commit 41b4c05
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions container_env_files/txs.env
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,6 @@ CELERY_BROKER_URL=amqp://guest:guest@txs-rabbitmq/
DJANGO_ALLOWED_HOSTS="*"
FORCE_SCRIPT_NAME=/txs/
CSRF_TRUSTED_ORIGINS="http://localhost:8000"
EVENTS_QUEUE_URL=amqp://general-rabbitmq:5672
EVENTS_QUEUE_ASYNC_CONNECTION=True
EVENTS_QUEUE_EXCHANGE_NAME="safe-transaction-service-events"

0 comments on commit 41b4c05

Please sign in to comment.