GraphQLTest: Prepare for test
This commit is contained in:
8
GUIs.Test.GraphQLTest/Config.vb
Normal file
8
GUIs.Test.GraphQLTest/Config.vb
Normal 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
|
||||
Reference in New Issue
Block a user