Skip to content

Instantly share code, notes, and snippets.

@brianjlandau
Created October 21, 2011 02:24
Show Gist options
  • Select an option

  • Save brianjlandau/1302958 to your computer and use it in GitHub Desktop.

Select an option

Save brianjlandau/1302958 to your computer and use it in GitHub Desktop.
# Project-specific configuration for CruiseControl.rb
Project.configure do |project|
# ...
project.campfire.config = {
:domain => 'SUBDOMAIN',
:room => 'ROOM_NAME',
:token => 'API_KEY',
:ssl => true
}
# ...
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment