Changes for page Anwendungseinstellungen


From version 7.3
edited by awa
on 18.08.2022, 11:49
Change comment: There is no comment for this version
To version 6.1
edited by awa
on 14.02.2022, 15:55
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -95,14 +95,11 @@
95 95  
96 96  {{table dataTypeAlpha="0" preSort="0-asc" caption="Various settings regarding the application"}}
97 97  |= Property|= Default value|= Explanation
98 -|bot.field.name|x-i-m-a-5536-required|Name of the hidden input field [[for detecting bots>>doc:Formcycle.SystemSettings.ErrorMessageTemplates]]. Since V7, the field name is automatically renewed when the form is opened.
99 -|bot.field.autocomplete|new-password|Value for the //autocomplete// attribute of the bot field. When this property is not present, it defaults to //new-password//. When the value is empty, the //autocomplete// attribute is not set. Any other value is used for the //autocomplete// attribute.
98 +|bot.field.name|x-i-m-a-5536-required|Name of the hidden input field [[for detecting bots.>>doc:Formcycle.SystemSettings.ErrorMessageTemplates]]
100 100  |defaults.systemeinstellung.loginName|sadmin|Login name for the super administrator of the system.
101 101  |defaults.systemeinstellung.passwort|hash(admin)|Login name for the super administrator of the system. Should be changed after installing the application. The password is stored hashed, it should not be set manually in the configuration file, but only via the user interface.
102 102  |cluster.implementation|jgroups|The implementation used for [[clustering>>doc:Formcycle.SystemSettings.UserInterface.Cluster.WebHome]]. Allowed options are [[jgroups>>http://www.jgroups.org/||target="_blank"]] and [[shoal>>https://javaee.github.io/shoal/||target="_blank"]].
103 103  |system.server.id |(generated)|Unique ID of the server which can be included in the HTTP header and attached to the submit URL of a form for the use of load balancers. See //HTTP//.
104 -|monitoring.enabled|false|Whether the [[frontend server monitoring URL>>doc:Formcycle.SystemSettings.Monitoring]] is enabled.
105 -|monitoring.allowed.hosts|(empty)|List of host, that are allowd to access the [[frontend server monitoring URL>>doc:Formcycle.SystemSettings.Monitoring]] . localhost (loopback) is always granted access.
106 106  {{/table}}
107 107  
108 108  == Limits ==
... ... @@ -181,13 +181,13 @@
181 181  
182 182  The properties for events share the following pattern:
183 183  
184 -{{code language="text"}}
181 +{{code}}
185 185  trigger.<technical_name_of_the_event>.enable=false
186 186  {{/code}}
187 187  
188 188  The properties for actions share the following pattern:
189 189  
190 -{{code language="text"}}
187 +{{code}}
191 191  processing.<technical_name_of_the_action>.enable=false
192 192  {{/code}}
193 193  
... ... @@ -239,3 +239,4 @@
239 239  * //fc_throw_exception//: Throw error
240 240  * //fc_write_form_record_attributes//: Set server attribute
241 241  * //sequence//: Block statement
239 +