Sha256: 829c857e1ced4ae211b60d5c54f8ef95b0a4956f3e5c4ea6f8790060d704f1d9
Contents?: true
Size: 578 Bytes
Versions: 36
Compression:
Stored size: 578 Bytes
Contents
# top level [notifier] notifier-directories = /usr/lib/flapjack/notifiers/ /path/to/my/notifiers notifiers = mailer, xmpp # persistence layers [persistence] backend = data_mapper uri = sqlite3:///tmp/flapjack.db # couchdb backend #[persistence] # backend = couchdb # version = 0.8 # host = localhost # port = 5984 # database = flapjack_production # message transports [transport] backend = beanstalkd host = localhost port = 11300 # notifiers [mailer-notifier] from_address = foo@bar.com [xmpp-notifier] jid = foo@bar.com password = barfoo
Version data entries
36 entries across 36 versions & 1 rubygems