Fixed documentation and improved configuration
diff --git a/README.md b/README.md
index 0bcb61f..705509a 100644
--- a/README.md
+++ b/README.md
@@ -73,7 +73,8 @@
Kalamar will then be available at ```localhost:3000``` in your browser.
-**! By default, Kalamar tries to connect to the KorAP API at the IDS. You may not have access to this server!**
+By default, Kalamar tries to connect to ```localhost:9999```.
+You may change that endpoint to the KorAP API provider in ```kalamar.conf```.
### Localization
diff --git a/kalamar.conf b/kalamar.conf
index 2fa18ef..1e9cf45 100644
--- a/kalamar.conf
+++ b/kalamar.conf
@@ -1,7 +1,9 @@
{
Search => {
engine => 'Kalamar::API',
-# api => 'http://10.0.10.13:7070/api/v0.1/'
+ # IDS Kustvakt server:
+ # api => 'http://10.0.10.13:7070/api/v0.1/'
+ # Local Kustvakt server:
api => 'http://localhost:9999/api/v0.1/'
},
CHI => {