GraphQL: Use cert from store
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
Public Property ConnectionString As String = "Server=SERVER;Database=DATABASE;User Id=sa;Password=dd"
|
||||
Public Property CertificateFile As String = "C:\Path\To\Cert.pfx"
|
||||
Public Property CertificatePass As String = "CertificatePassword"
|
||||
Public Property CertificateFingerprint As String = ""
|
||||
Public Property Email As String = "foo.bar@wisag.de"
|
||||
Public Property Password As String = "Password"
|
||||
Public Property BaseUrl As String = "https://data.api.wisag.de:8443"
|
||||
|
||||
Reference in New Issue
Block a user