lib/pmux-logview/application.rb in pmux-logview-0.3.0 vs lib/pmux-logview/application.rb in pmux-logview-0.3.1
- old
+ new
@@ -59,10 +59,10 @@
@pidfile = @config["pidfile"] if @config["pidfile"]
open(@pidfile, 'w') {|f| f << Process.pid } if @pidfile
@host = @config["host"] if @config["host"]
@port = @config["port"] if @config["port"]
Controller.setup(@config)
- Controller.run! :host =>@host , :port => @port
+ Controller.run! :bind => @host, :host => @host, :port => @port
end
end
end
end