This commit is contained in:
2020-11-10 16:50:41 +01:00
parent 9f89961957
commit 789270311c
18 changed files with 4853 additions and 41 deletions

View File

@@ -92,6 +92,7 @@ Public Class ConfigManager(Of T)
End If
If ApplicationStartupPath <> String.Empty Then
_Logger.Debug($"Appconfig is being used: {ApplicationStartupPath}")
_AppConfigPath = Path.Combine(ApplicationStartupPath, APP_CONFIG_NAME)
End If