remove default app server value

This commit is contained in:
Jonathan Jenne 2021-01-11 11:25:29 +01:00
parent f297005973
commit dbbe9cdd62

View File

@ -20,7 +20,7 @@ Public Class ClassConfig
<ConnectionStringAppServer>
Public Property ConnectionStringAppServer As String = ""
<GlobalSetting>
Public Property AppServerConfig As String = "172.24.12.39:9000"
Public Property AppServerConfig As String = ""
Public ReadOnly Property IsIDB As Boolean
Get