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