From 936d141dabcda079103fb52f5634270246832a8d Mon Sep 17 00:00:00 2001 From: Martin Vogel <martin.vogel@sinc.de> Date: Wed, 22 Jun 2022 18:32:50 +0200 Subject: [PATCH] #414 Update README --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cac6702df..fc2d04573 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ### Project Setup Info -- Java 17 (LTS) +- Java 11 (LTS) - Maven - Junit 5 - (Guice DI) @@ -16,7 +16,9 @@ To build the maven artifact, run: `mvn clean package` To run all tests, run: `mvn test` ### External Configuration -Configuration properties e.g. for REST-API urls and proxy settings can be found in ``sdk-config/sdk.properties``. + +Configuration properties e.g. for REST-API urls and proxy settings can be found in the HOCON config ``sdk.conf`` within +the root folder of the project. ### Documentation -- GitLab