Updated readme regarding the configuration file.
Change-Id: I672b3911ea1c045fff980bbd23ecc3542759701e
diff --git a/readme.md b/readme.md
index a5daf8d..9495c5a 100644
--- a/readme.md
+++ b/readme.md
@@ -34,6 +34,9 @@
## Installation
+Configure the service URI in the src/main/resource/kustvakt.conf file to a Kustvakt server URI, for example:
+> korapsru.client.service.uri=http://localhost:8089/api/v0.1/
+
KorapSRU is built based on the FCSSimpleEndpoint library provided by CLARIN. KorapSRU 1.0.2-SNAPSHOT uses FCSSimpleEndpoint version 1.3.0 available from CLARIN Nexus repository. To allow Maven to download the library using JDK 1.7, an additional Java Cryptography Extension (JCE) Unlimited Strength Jurisdiction Policy Files 7 is needed.
To install a war file of KorapSRU, go to the root directory of the project and run
@@ -41,3 +44,4 @@
> mvn install -Dhttps.protocols=TLS1.2
in a terminal.
+
diff --git a/src/main/resources/kustvakt.conf b/src/main/resources/kustvakt.conf
index 3216d34..8060d0f 100644
--- a/src/main/resources/kustvakt.conf
+++ b/src/main/resources/kustvakt.conf
@@ -1,5 +1,4 @@
# KorAP configuration file that is also used in Krill and Kustvakt.
# Configuration for KorapSRU
-korapsru.client.service.uri=http://localhost:8089/api/v0.1/
-#korapsru.client.service.uri=http://10.0.10.13:7070/api/v0.1/
\ No newline at end of file
+korapsru.client.service.uri = [KUSTVAKT SERVER SERVICE URI]
\ No newline at end of file