how to configure angepasst
diff --git a/src/main/asciidoc/howto/howtoConfigure.adoc b/src/main/asciidoc/howto/howtoConfigure.adoc index 9108826..e75e213 100644 --- a/src/main/asciidoc/howto/howtoConfigure.adoc +++ b/src/main/asciidoc/howto/howtoConfigure.adoc
@@ -281,6 +281,20 @@ * *email.smtpHost* SMTP-Host of your email provider * *email.port* Port of your email provider +[#configuration-interface-general] +==== Configuration of interfaces in general + +The following flags can be used for all interfaces: + +* *gridFailureInformation.autopublish* If set to true all imported messages will be published automatically to the +table-map-web-components (true/false) +* *gridFailureInformation.onceOnlyImport* If set to true messages will only be imported once. If the same message (Id given from the interface) is +pulled again it won't be imported. (true/false) +* *gridFailureInformation.excludeEquals* If set to true messages will only be imported again when they have changed. +If the same message (Id given from the interface) has the same content as the already imported one it won't be imported again. (true/false) +* *gridFailureInformation.excludeAlreadyEdited* If set to true messages won't be imported again if someone have already changed them in the application +(SIT). (true/false) + [#configuration-stoerungsauskunftInterface] ==== Configuration of stoerungsauskunft-Interface * *stoerungsauskunft.apiUrl* URL to the endpoint of "stoerungsauskunft.de" @@ -313,14 +327,11 @@ ==== 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.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)