Difference between revisions of "Configuration Files/AppSettings.config"
(→Examples) |
|||
Line 40: | Line 40: | ||
<add key="UBIK.DataBase.ConnectionString" value="Data Source=ubikdbserver.mydomain;Initial Catalog=UBIK.MYDATABASE;User ID=myuser;Password=mypassword" /> | <add key="UBIK.DataBase.ConnectionString" value="Data Source=ubikdbserver.mydomain;Initial Catalog=UBIK.MYDATABASE;User ID=myuser;Password=mypassword" /> | ||
<add key="UBIK.Service.ValidityPeriod" value="0" /> | <add key="UBIK.Service.ValidityPeriod" value="0" /> | ||
− | <add key="UBIK.Service. | + | <add key="UBIK.Service.TokenValidityPeriod" value="300" /> |
<add key="UBIK.Service.LogLevel" value="10" /> | <add key="UBIK.Service.LogLevel" value="10" /> | ||
<add key="UBIK.Service.UserRestrictive" value="1" /> | <add key="UBIK.Service.UserRestrictive" value="1" /> |
Revision as of 12:19, 9 April 2024
The data and session management service of the web service are configured in this file.