diff --git a/config b/config
index ebc19e5..45bf3e1 100644
--- a/config
+++ b/config
@@ -27,13 +27,13 @@ LCG_NO_NODES=10000000
 NO_PROCESSES=4
 
 # Is Concraft enabled
-CONCRAFT_ENABLED=false
+CONCRAFT_ENABLED=true
 
 # Path to Concraft
 CONCRAFT_PATH=../concraft/
 
 # Is MateParser enabled
-MATE_PARSER_ENABLED=false
+MATE_PARSER_ENABLED=true
 
 # Path to MateParser
 MATE_PARSER_PATH=../dependencyParser/basic/mate-tools/
@@ -45,4 +45,4 @@ SWIGRA_ENABLED=false
 SWIGRA_PATH=../swigra/parser/
 
 # Is sentence selection enabled
-SENTENCE_SELECTION_ENABLED=false
+SENTENCE_SELECTION_ENABLED=true
diff --git a/parser/makefile b/parser/makefile
index 661052a..109e150 100755
--- a/parser/makefile
+++ b/parser/makefile
@@ -16,9 +16,9 @@ SEM= semGraph.ml semTypes.ml semStringOf.ml semLatexOf.ml semMmlOf.ml semMrl.ml
 EXEC= execTypes.ml visualization.ml ../diagnostics/treeChange.ml exec.ml ../diagnostics/LCGfields.ml #../diagnostics/compTrees.ml
 
 all:
-	$(OCAMLOPT) -o pipe $(OCAMLOPTFLAGS) $(PRE) $(LCG) $(DISAMB) $(SEM) $(EXEC) pipe.ml
-#	$(OCAMLOPT) -o server2 $(OCAMLOPTFLAGS) $(PRE) $(LCG) $(DISAMB) $(SEM) $(EXEC) server.ml
-#	$(OCAMLOPT) -o parser2.cgi $(OCAMLOPTFLAGS) $(PRE) LCGtypes.ml LCGstringOf.ml LCGrules.ml LCGrenderer.ml LCGchart.ml  LCGlatexOf.ml semTypes.ml semMmlOf.ml execTypes.ml visualization.ml webInterface.ml
+#	$(OCAMLOPT) -o pipe $(OCAMLOPTFLAGS) $(PRE) $(LCG) $(DISAMB) $(SEM) $(EXEC) pipe.ml
+	$(OCAMLOPT) -o server2 $(OCAMLOPTFLAGS) $(PRE) $(LCG) $(DISAMB) $(SEM) $(EXEC) server.ml
+	$(OCAMLOPT) -o parser2.cgi $(OCAMLOPTFLAGS) $(PRE) LCGtypes.ml LCGstringOf.ml LCGrules.ml LCGrenderer.ml LCGchart.ml  LCGlatexOf.ml semTypes.ml semMmlOf.ml execTypes.ml visualization.ml webInterface.ml
 # $(OCAMLOPT) -o eniam.distr $(OCAMLOPTFLAGS) $(PRE) $(LCG) $(DISAMB) $(SEM) $(EXEC) overseer.ml
 # $(OCAMLOPT) -o eniam.worker $(OCAMLOPTFLAGS) $(PRE) $(LCG) $(DISAMB) $(SEM) $(EXEC) worker.ml
 #	$(OCAMLOPT) -o parser.api $(OCAMLOPTFLAGS) $(PRE) $(LCG) $(DISAMB) $(SEM) $(EXEC) apiInterface.ml
diff --git a/pre/paths.ml b/pre/paths.ml
index df5d600..defb473 100644
--- a/pre/paths.ml
+++ b/pre/paths.ml
@@ -73,8 +73,8 @@ let pre_port = (*3258*)3158
 let pre_host = "localhost"
 (* let pre_host = "wloczykij" *)
 let server_port = (*3259*)3159
-(* let server_host = "localhost" *)
-let server_host = "wloczykij"
+let server_host = "localhost"
+(* let server_host = "wloczykij" *)
 
 let proper_names_filename = sgjp_path ^ "proper_names_sgjp_polimorf_20151020.tab"
 let proper_names_filename2 = config.resources_path ^ "proper_names_20160104.tab"