Difference between revisions of "Configuration Files/AppSettings.config"
(→CONTENT Settings) |
(→PUSH Settings) |
||
Line 37: | Line 37: | ||
! Area!! Setting!! Description | ! Area!! Setting!! Description | ||
|- | |- | ||
− | | appSettings|| UBIK.DataBase.ConnectionString || Configuration of the SQL connect string to the {{UBIK}} Database | + | | appSettings|| UBIK.DataBase.ConnectionString || Configuration of the Microsoft SQL Server connect string to the {{UBIK}} Database. |
|- | |- | ||
| appSettings|| UBIK.Service.ValidityPeriod || Duration [in seconds] until a cached record is marked as outdated in the {{UBIK}} Kernel. <br/> '''Configuration of ValidityPeriod:'''<br/> Switch = '''-1''' - cached objects are always valid. <br/> Switch = '''0''' - cache is always invalid and always checks the objects. <br/> Switch = '''+1''' - cached objects are checked every 1+ seconds. | | appSettings|| UBIK.Service.ValidityPeriod || Duration [in seconds] until a cached record is marked as outdated in the {{UBIK}} Kernel. <br/> '''Configuration of ValidityPeriod:'''<br/> Switch = '''-1''' - cached objects are always valid. <br/> Switch = '''0''' - cache is always invalid and always checks the objects. <br/> Switch = '''+1''' - cached objects are checked every 1+ seconds. | ||
Line 54: | Line 54: | ||
|- | |- | ||
|} | |} | ||
+ | |||
+ | [[Category:Installing|Configuration Files/AppSettings.config]] | ||
+ | [[Category:Web service|Configuration Files/AppSettings.config]] | ||
= USAM Settings = | = USAM Settings = |
Revision as of 09:23, 19 April 2024
The data and session management service of the web service are configured in this file.