Aggiunta gestione area REDIS in WebConfigSetter
This commit is contained in:
@@ -194,6 +194,11 @@ namespace WebConfigSetter
|
||||
{
|
||||
doSave = true;
|
||||
}
|
||||
// stringhe conn Redis...
|
||||
if (appSettingsList[i].Attributes["key"].Value.Contains("Redis"))
|
||||
{
|
||||
doSave = true;
|
||||
}
|
||||
// stringhe conn al DB secondari (MongoDB...)
|
||||
if (appSettingsList[i].Attributes["key"].Value.Contains("ConnString"))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user