Skip to content

Commit e02905d

Browse files
committed
temp fix
1 parent 356ceba commit e02905d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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 => 'localhost',
40+
:host => 'rabbitmq', # CHANGE ME back to "localhost"
4141
:hosts => [],
4242
:network_recovery_interval => NETWORK_RECOVERY_INTERVAL,
4343
:password => "guest",

0 commit comments

Comments
 (0)