use 3179 port for dev-server; for use with dev-camput, etc

This commit is contained in:
Brad Fitzpatrick 2011-05-09 14:17:11 -07:00
parent a5bdaef70d
commit 73e4da3b08
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ GetOptions("wipe" => \$opt_wipe)
or usage();
my $port = shift;
$port = "3202" unless defined($port);
$port = "3179" unless defined($port);
usage() unless $port =~ /^\d+$/;
system("./build.pl", "server/go/camlistored") and die "Failed to build camlistored";