This commit is contained in:
@@ -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>();
|
||||
|
||||
Reference in New Issue
Block a user