refresh avvio programma x API con conf REDIS

This commit is contained in:
Samuele Locatelli
2022-02-15 16:34:10 +01:00
parent d9a5acab0a
commit 77733ca4ee
5 changed files with 9 additions and 8 deletions
+5 -4
View File
@@ -28,10 +28,11 @@ builder.Services.Configure<MailKitEmailSenderOptions>(options =>
options.Sender_Name = configuration["ExternalProviders:MailKit:SMTP:SenderName"];
});
//services.AddStackExchangeRedisCache(options =>
//{
// options.Configuration = Configuration.GetConnectionString("Redis");
//});
builder.Services.AddStackExchangeRedisCache(options =>
{
configuration.GetSection("Redis").Get<RedisConfiguration>();
//options.Configuration = configuration.GetSection("Redis").GetConnectionString("Redis");
});
builder.Services.AddControllers()
.AddJsonOptions(c => c.JsonSerializerOptions.ReferenceHandler = ReferenceHandler.Preserve);
+1 -1
View File
@@ -2,7 +2,7 @@
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<Version>3.0.2202.1511</Version>
<Version>3.0.2202.1516</Version>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
+1 -1
View File
@@ -1,6 +1,6 @@
<body>
<i>GPW - Gestione Presenze Web</i>
<h4>Versione: 3.0.2202.1511</h4>
<h4>Versione: 3.0.2202.1516</h4>
<br /> Note di rilascio:
<ul>
<li>
+1 -1
View File
@@ -1 +1 @@
3.0.2202.1511
3.0.2202.1516
+1 -1
View File
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<item>
<version>3.0.2202.1511</version>
<version>3.0.2202.1516</version>
<url>http://nexus.steamware.net/repository/SWS/GWMS/stable/0/GWMS.UI.zip</url>
<changelog>http://nexus.steamware.net/repository/SWS/GWMS/stable/0/ChangeLog.html</changelog>
<mandatory>false</mandatory>