Zooflow: Readd Load_recent_files, add second service config

This commit is contained in:
Jonathan Jenne
2022-05-02 16:26:12 +02:00
parent 9a5207b316
commit 8499e84586
22 changed files with 215 additions and 2502 deletions

View File

@@ -43,6 +43,9 @@ Public Class ClassConfig
<GlobalSetting>
Public Property AppServerConfig As String = String.Empty
<GlobalSetting>
Public Property AppServerConfigDevelopment As String = String.Empty
' === Logging Configuration
Public Property LogDebug As Boolean = False