tweaking, graphql job, add graphql test gui

This commit is contained in:
Jonathan Jenne
2019-11-05 12:16:45 +01:00
parent 5ebf847b73
commit faa86ed0be
25 changed files with 987 additions and 6 deletions

View File

@@ -134,6 +134,17 @@ Namespace My
Return CType(Me("TEST_CONFIG"),String)
End Get
End Property
<Global.System.Configuration.ApplicationScopedSettingAttribute(), _
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
Global.System.Configuration.DefaultSettingValueAttribute("False|0 0 0/1 * * ?|CertPath::E:\jonathanjenne.pfx,CertPass::jonathanjenne,Userna"& _
"me::j.jenne@digitaldata.works,Password::DigitalData01!,BaseUrl::http://data.api."& _
"wisag.de:8090")> _
Public ReadOnly Property GRAPHQL_CONFIG() As String
Get
Return CType(Me("GRAPHQL_CONFIG"),String)
End Get
End Property
End Class
End Namespace