Difference between revisions of "Configuration Files/AppSettings.config"
Line 11: | Line 11: | ||
| appSettings|| UBIK.DataBase.ConnectionString ||Configuration of the SQL connect string to the {{UBIK}} Database | | appSettings|| UBIK.DataBase.ConnectionString ||Configuration of the SQL connect string to the {{UBIK}} Database | ||
|- | |- | ||
− | | appSettings|| UBIK.Service.MaxIdleMinutes ||Duration [in minutes] | + | | appSettings|| UBIK.Service.MaxIdleMinutes || Duration [in minutes] an unused WebService shuts down automatically |
|- | |- | ||
− | | appSettings|| UBIK.Service.ValityPeriode ||Duration [in seconds] until a cached record is marked as outdated in the {{UBIK}} Kernel | + | | appSettings|| UBIK.Service.ValityPeriode || Duration [in seconds] how long records are valid before they will be requeried for changes by the kernel; '''-1''' to turn off |
+ | |||
+ | Duration [in seconds] until a cached record is marked as outdated in the {{UBIK}} Kernel | ||
|- | |- | ||
| appSettings|| LogLevel ||LogLevel | | appSettings|| LogLevel ||LogLevel | ||
Line 80: | Line 82: | ||
== See also == | == See also == | ||
* [[Configuration Files]] | * [[Configuration Files]] | ||
− | |||
− | |||
− |
Revision as of 10:47, 9 December 2015
The data and session management service of the web service are configured in this file.