version-0.1 (#1)
Squash and merge of version-0.1 Co-authored-by: James Wampler <james@wamp.dev> Co-committed-by: James Wampler <james@wamp.dev>
This commit was merged in pull request #1.
This commit is contained in:
8
tests/api/MicCheck.Api.Tests.Integration/local.runsettings
Executable file
8
tests/api/MicCheck.Api.Tests.Integration/local.runsettings
Executable file
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<RunSettings>
|
||||
<TestRunParameters>
|
||||
<Parameter name="BaseUrl" value="http://localhost:5000" />
|
||||
<Parameter name="DbConnectionString" value="Host=localhost;Port=5432;Database=miccheck;Username=miccheck;Password=password" />
|
||||
<Parameter name="AcceptAnyServerCertificate" value="true" />
|
||||
</TestRunParameters>
|
||||
</RunSettings>
|
||||
Reference in New Issue
Block a user