GraphQLTest: Prepare for test

This commit is contained in:
Jonathan Jenne
2020-05-04 14:48:01 +02:00
parent 857f1b1f9f
commit 729b4d8195
12 changed files with 498 additions and 154 deletions

View File

@@ -0,0 +1,8 @@
Public Class Config
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 Email As String = "foo.bar@wisag.de"
Public Property Password As String = "Password"
Public Property BaseUrl As String = "https://data.api.wisag.de:8443"
End Class