Sha256: a5d5b19b324f56ababee42a1ef58644999e88864b02e31ff91d4fa90cb3a4b0e
Contents?: true
Size: 260 Bytes
Versions: 4
Compression:
Stored size: 260 Bytes
Contents
# vim: ft=ruby require 'miu' God.port = Miu.default_god_port God.pid_file_directory = Miu.root.join('tmp/pids') God.watch do |w| w.dir = Miu.root w.log = Miu.root.join('log/miu.log') w.name = 'miu' w.start = 'bundle exec miu start' w.keepalive end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
miu-0.2.0 | lib/templates/config/miu.god |
miu-0.1.0 | lib/templates/config/miu.god |
miu-0.0.6 | lib/templates/config/miu.god |
miu-0.0.5 | lib/templates/config/miu.god |