Sha256: 9e40271c20c001815d479642ab9d7b85e28d65b8b1dbf8b9c7aa7d46c815414a

Contents?: true

Size: 718 Bytes

Versions: 4

Compression:

Stored size: 718 Bytes

Contents

# <%= program %> configuration initially generated <%= Time.now %>

# Go ahead and customize this file to your heart's content! The content is Ruby
# code, and all code is evaluated in the context of a Firetower::Session object.

# CONNECTIONS

# You can connect to as many Campfire accounts as you like :-)
account '<%= subdomain %>', '<%= token %>', :ssl => <%= use_ssl %>

# ROOMS
# Activity in these rooms will tracked by the <%= program %> server

<% room_names.each do |room_name| %>
join '<%= subdomain %>', '<%= room_name %>'
<% end %>

# DEFAULT ROOM
default '<%= subdomain %>', '<%= room_names.first %>'

# Plugins
<% if RUBY_PLATFORM =~ /darwin/ %>
  use GrowlPlugin
<% else %>
  use NotifyPlugin
<% end %>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
firetower-0.0.7 lib/firetower/firetower.conf.erb
firetower-0.0.6 lib/firetower/firetower.conf.erb
firetower-0.0.5 lib/firetower/firetower.conf.erb
firetower-0.0.4 lib/firetower/firetower.conf.erb