Set Prefix to PROD

This commit is contained in:
Jonathan Jenne
2022-05-06 14:19:31 +02:00
parent 54f875af09
commit ec0fbb3139
3 changed files with 3 additions and 3 deletions

View File

@@ -98,7 +98,7 @@ Partial Friend NotInheritable Class Settings
<Global.System.Configuration.ApplicationScopedSettingAttribute(), _
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
Global.System.Configuration.DefaultSettingValueAttribute("DEV")> _
Global.System.Configuration.DefaultSettingValueAttribute("PROD")> _
Public ReadOnly Property UserConfig_Prefix() As String
Get
Return CType(Me("UserConfig_Prefix"),String)