Skip to content

Instantly share code, notes, and snippets.

@MarcusHoile
Last active August 29, 2015 14:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save MarcusHoile/29a691a2a45e698e863c to your computer and use it in GitHub Desktop.
Save MarcusHoile/29a691a2a45e698e863c to your computer and use it in GitHub Desktop.
bunny error
default: &default
hostname: 54.79.33.54
username: blackout
password: <%= ENV['BUNNY_PASSWORD'] %>
queue: test-firehose-dummy
development:
hostname: <%= ENV.fetch('QUEUE_PORT_5672_TCP_ADDR', 'localhost') %>
username: guest
password: guest
queue: local-queue
test:
<<: *default
queue: local-test
staging:
<<: *default
production:
<<: *default
queue: prod-firehose-dummy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment