Sha256: c407342b9c3c237ff9d68d4c2238cf140167f00fb36f341d54259b5350617b89
Contents?: true
Size: 314 Bytes
Versions: 15
Compression:
Stored size: 314 Bytes
Contents
# Notify example Eye.config do mail host: 'mx.some.host', port: 25, domain: 'some.host' contact :errors, :mail, 'error@some.host' contact :dev, :mail, 'dev@some.host' end Eye.application :some do notify :errors process :some_process do notify :dev, :info pid_file '1.pid' # ... end end
Version data entries
15 entries across 15 versions & 1 rubygems