Documentation of the contact synch function
diff --git a/src/main/asciidoc/architectureDocumentation/elogbook_architectureDocumentation.adoc b/src/main/asciidoc/architectureDocumentation/elogbook_architectureDocumentation.adoc
index 6f186a3..bc5fc66 100644
--- a/src/main/asciidoc/architectureDocumentation/elogbook_architectureDocumentation.adoc
+++ b/src/main/asciidoc/architectureDocumentation/elogbook_architectureDocumentation.adoc
@@ -881,9 +881,12 @@
 * *emailPresenceCheckSubject* Mail subject of the presence check e-mail
 * *isOnlySendSameDayReminderEmail* - Flag the tells the system if a presence check e-mail is only sent at the same day of the reminder date
 * *cronEmailPresenceCheck* - Cron-Expression that tells the system how often the notifications are checked for potentially existing presence check mails.
-Examples: "* 0/1 * * * ?" once a minute, "0/10 * * * * ?" every 10 Seconds, "30 0 16 * * ?" every day at 16:00:30 o'clock
+Examples: "0 0/1 * * * ?" once a minute, "0/10 * * * * ?" every 10 Seconds, "30 0 16 * * ?" every day at 16:00:30 o'clock
 * *enableEmailPresenceCheckJob* - Select true or false to determine whether the presence check job should run or not.
-
+* *cronSyncContacts*: Cron-Expression telling how often the contact for the responsibility forwarding should be updated from the ContactBaseData module
+* *enableContactSyncJob*: Flag that tells the system, if the contacts (responsibility forwarding) have to be synchronized with the ContactBaseData module (true/false),
+* *contactServiceTechUser*: Technical User for accessing the ContactBaseData Module. (For the synchronisation of the contacts a KeyCloak-User is needed, having at least the rolen "KON-READER")
+* *contactServiceTechUserPwd*: Password for the technical user above
 
 === CI- and CD-Components