Skip to content

Commit c5a3bfd

Browse files
committed
more
1 parent e02905d commit c5a3bfd

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/test.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
RAILS_ENV: test
2828
# Use the service name 'rabbitmq' as the host, not localhost
2929
RABBITMQ_URL: "amqp://guest:guest@rabbitmq:5672"
30+
RABBITMQ_HOST: rabbitmq
3031

3132
services:
3233
rabbitmq:

lib/action_subscriber/configuration.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class Configuration
3737
:connection_reaping_timeout_interval => 5,
3838
:default_exchange => 'events',
3939
:heartbeat => 5,
40-
:host => 'rabbitmq', # CHANGE ME back to "localhost"
40+
:host => 'localhost',
4141
:hosts => [],
4242
:network_recovery_interval => NETWORK_RECOVERY_INTERVAL,
4343
:password => "guest",

0 commit comments

Comments
 (0)