This commit is contained in:
2021-09-10 19:22:18 +00:00
parent 5f97efbd0f
commit 8cf8188ff9
4 changed files with 25 additions and 20 deletions

View File

@@ -29,7 +29,7 @@ namespace AyaNova.Util
internal static bool SEEDING { get; set; }
//############################
//############################
//############################
//MIGRATING FLAG INTERNAL ONLY
//used to speed up v8 migration with bypasses to notification processing
internal static bool MIGRATING { get; set; }
@@ -83,7 +83,8 @@ namespace AyaNova.Util
internal static string AYANOVA_SET_SUPERUSER_PW { get; set; }
//HELPFUL INFORMATION FOR DIAGNOSTICS
internal static Dictionary<string,string> BOOT_DIAGNOSTIC_INFO {get;set;}
internal static Dictionary<string, string> BOOT_DIAGNOSTIC_INFO { get; set; } = new Dictionary<string, string>();
internal static Dictionary<string, string> DBSERVER_DIAGNOSTIC_INFO { get; set; } = new Dictionary<string, string>();
/// <summary>
@@ -93,7 +94,6 @@ namespace AyaNova.Util
/// <param name="config"></param>
internal static void SetConfiguration(IConfigurationRoot config)
{
BOOT_DIAGNOSTIC_INFO=new Dictionary<string, string>();
#if (DEBUG)
TranslationKeysRequested = new List<string>();