We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 356ceba commit e02905dCopy full SHA for e02905d
1 file changed
lib/action_subscriber/configuration.rb
@@ -37,7 +37,7 @@ class Configuration
37
:connection_reaping_timeout_interval => 5,
38
:default_exchange => 'events',
39
:heartbeat => 5,
40
- :host => 'localhost',
+ :host => 'rabbitmq', # CHANGE ME back to "localhost"
41
:hosts => [],
42
:network_recovery_interval => NETWORK_RECOVERY_INTERVAL,
43
:password => "guest",
0 commit comments