comment out work submission, leave just registration
[angular-drzb] / migrate-db.pl
index 0ddd1eb..b228eec 100755 (executable)
@@ -8,7 +8,7 @@ use Data::Dump qw(dump);
 my $ua = Mojo::UserAgent->new;
 
 my $from = 'http://10.60.0.95:5984/drzb2013';
-my $to   = 'http://10.60.0.92:5984/drzb2013v2';
+my $to   = 'http://10.60.0.95:5984/drzb2013v2';
 
 my $docs = $ua->get("$from/_all_docs?include_docs=true")->res->json;