Auto stash before merge of "main" and "origin/main"
This commit is contained in:
parent
cb6dd39596
commit
1f675498a2
10 changed files with 148 additions and 30 deletions
|
|
@ -57,10 +57,10 @@ namespace Tests
|
|||
[TestMethod]
|
||||
public async Task TryDbSetup()
|
||||
{
|
||||
var conn = Container.Resolve<IDbConnection>();
|
||||
//var conn = Container.Resolve<IDbConnection>();
|
||||
|
||||
var identitySystem = new Database.Core.DDL.SetupIdentitySystem(conn);
|
||||
// identitySystem..CreateSystem("swp");
|
||||
//var identitySystem = new Database.Core.SetupIdentitySystem(conn);
|
||||
//identitySystem.CreateSystem("swp");
|
||||
}
|
||||
|
||||
[TestMethod]
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"AllowedHosts": "*",
|
||||
"ConnectionStrings": {
|
||||
"DefaultConnection": "Host=192.168.1.57;Port=5432;Database=ptdb01;User Id=sathumper;Password=3911;"
|
||||
"DefaultConnection": "Host=192.168.1.57;Port=5432;Database=sandbox;User Id=postgres;Password=3911;"
|
||||
},
|
||||
"ApplicationInsights": {
|
||||
"ConnectionString": "InstrumentationKey=6d2e76ee-5343-4691-a5e3-81add43cb584;IngestionEndpoint=https://northeurope-0.in.applicationinsights.azure.com/"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue