Skip to content

Commit

Permalink
Change default port to 5668 since nsca uses 5667
Browse files Browse the repository at this point in the history
  • Loading branch information
krobertson committed Sep 2, 2011
1 parent 0ba474d commit f81fc09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/metis/server.rb
Expand Up @@ -5,7 +5,7 @@ class Metis::Server

DEFAULT_OPTIONS = {
:host => '0.0.0.0',
:port => 5667,
:port => 5668,
:enable_ssl => true
}

Expand Down Expand Up @@ -45,4 +45,4 @@ def run
end
end

end
end

0 comments on commit f81fc09

Please sign in to comment.