From e786658c59557c21c50c087fa1885d5ec4414b1b Mon Sep 17 00:00:00 2001
From: Johannes Schilling <dario@deaktualisierung.org>
Date: Fri, 2 Mar 2018 13:00:53 +0100
Subject: [PATCH] main: change port to the default set in
 share/setup-gitlab-project.pl

---
 src/main.rs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main.rs b/src/main.rs
index 581a5e3..4552bc6 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -111,7 +111,7 @@ fn try_issue_msg(p: &params::Map) -> bool {
 
 fn main() {
     let _server = Iron::new(handle)
-        .http("[::]:3000")
+        .http("[::]:2342")
         .expect("unable to run server");
     eprintln!("listening on port 3000");
 }
-- 
GitLab