Skip to content

Instantly share code, notes, and snippets.

@qnm
Forked from MarcusHoile/gist:29a691a2a45e698e863c
Created December 23, 2014 09:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save qnm/360fa9ffc3c29211fe6f to your computer and use it in GitHub Desktop.
Save qnm/360fa9ffc3c29211fe6f to your computer and use it in GitHub Desktop.
default: &default
hostname: 54.79.33.54
username: blackout
password: <%= ENV['BUNNY_PASSWORD'] %>
queue: test-firehose-dummy
development:
<<: *default
queue: prod-firehose
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