This commit is contained in:
2021-09-07 20:11:45 +00:00
parent 07b3061fb4
commit 3d9b6e6b92
4 changed files with 24 additions and 4 deletions

View File

@@ -82,6 +82,9 @@ namespace AyaNova.Util
//SECURITY
internal static string AYANOVA_SET_SUPERUSER_PW { get; set; }
//HELPFUL INFORMATION FOR DIAGNOSTICS
internal static Dictionary<string,string> BOOT_DIAGNOSTIC_INFO {get;set;}
/// <summary>
/// Populate the config from the configuration found at boot
@@ -90,6 +93,7 @@ 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>();