SI-2513 how to build aktualisieren
SI-2514 how to run aktualisieren
how to configure erstellt
diff --git a/src/main/asciidoc/howto/howtoConfigure.adoc b/src/main/asciidoc/howto/howtoConfigure.adoc
index 638d7ff..9108826 100644
--- a/src/main/asciidoc/howto/howtoConfigure.adoc
+++ b/src/main/asciidoc/howto/howtoConfigure.adoc
@@ -310,4 +310,17 @@
 * *sftp.cron* Cron-expression for automatic import from SAMO (Example: 0 */10 * ? * *)
 
 [#configuration-SARISInterface]
-==== Configuration of SARIS-Interface
\ No newline at end of file
+==== Configuration of SARIS-Interface
+* *saris.apiUrl* URL to the endpoint of "SARIS"
+* *saris.user* Username for SARIS
+* *saris.bisToleranz* Messages from Saris will be imported from today+bisToleranz. (Value in minutes: 1440 = one day)
+* *saris.vonToleranz* Messages from Saris will be imported from today-vonToleranz. (Value in minutes: 1440 = one day)
+* *saris.scheduling-import.enabled* Switch to enable/disable automatic import from SARIS (true/false)
+* *saris.scheduling-import.cron* Cron-expression for automatic import from SARIS (Example: 0 */20 * ? * *)
+
+* *saris.testIntegration* This is for integration test of SARIS. You can set a test date (day, month, year) and call the
+REST-Endpoint (saris/response-test). For security reasons you only see the respone in the logs.
+An successfully respones for example you get with (11 ,2 ,2020).
+
+* *gridFailureInformation.autopublish* If set to true all imported messages from SARIS will be published automatically to the
+table-map-web-components (true/false)