Skip to content

Commit

Permalink
Corrected port number in RABBITMQ_URLS
Browse files Browse the repository at this point in the history
  • Loading branch information
Maelstromeous committed Apr 28, 2023
1 parent 5e7f029 commit 9942d2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ INTERNAL_API_HOST=http://ps2alerts-api:3000
INTERNAL_API_USER=ps2alerts
INTERNAL_API_PASS=foobar

RABBITMQ_URLS=amqp://guest:guest@ps2alerts-mq:5672/?heartbeat=10&connection_timeout=5000
RABBITMQ_URLS=amqp://guest:guest@ps2alerts-mq:15672/?heartbeat=10&connection_timeout=5000
RABBITMQ_EXCHANGE=ps2alerts
RABBITMQ_TOPIC_EXCHANGE=ps2alerts-topic
RABBITMQ_API_QUEUE=api-queue
Expand Down

0 comments on commit 9942d2d

Please sign in to comment.