Updated configs.

Change-Id: I99a81881df87619c5175d5220c5cf79d78eceb9a
diff --git a/src/main/resources/kustvakt-lite.conf b/src/main/resources/kustvakt-lite.conf
index eaa8cd5..ba32850 100644
--- a/src/main/resources/kustvakt-lite.conf
+++ b/src/main/resources/kustvakt-lite.conf
@@ -21,8 +21,12 @@
 # default
 kustvakt.base.url=/api/*
 
-# Pipe (Please change or commented for production!)
-pipe.host = http://localhost
+# server
+server.port=8089
+server.host=localhost
+
+# Pipe (optional) 
+# pipe.host=https://korap.ids-mannheim.de (default)
 
 # default foundries for layers
 default.foundry.partOfSpeech = tt
@@ -32,7 +36,3 @@
 default.foundry.constituent = corenlp
 default.foundry.morphology = marmot
 default.foundry.surface = base
-
-# server
-server.port=8089
-server.host=localhost