Skip to content

Commit bcf496d

Browse files
IP Address updates
1 parent 0d83af4 commit bcf496d

5 files changed

Lines changed: 36 additions & 1 deletion

File tree

TestHosts/TestHosts/TestHosts.csproj

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,12 @@
2727
</ItemGroup>
2828

2929
<ItemGroup>
30+
<Content Update="appsettings.preproduction.json">
31+
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
32+
</Content>
33+
<Content Update="appsettings.staging.json">
34+
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
35+
</Content>
3036
<Content Update="appsettings.json">
3137
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
3238
</Content>

TestHosts/TestHosts/appsettings.Development.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,8 @@
66
"Microsoft.Hosting.Lifetime": "Information"
77
}
88
},
9+
"ConnectionStrings": {
10+
"TestBankReadModel": "server=192.168.0.133,1433;user id=sa;password=sp1ttal;database=TestBankReadModel"
11+
},
912
"AllowedHosts": "*"
1013
}

TestHosts/TestHosts/appsettings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
}
88
},
99
"ConnectionStrings": {
10-
"TestBankReadModel": "server=192.168.1.67,1433;user id=sa;password=sp1ttal;database=TestBankReadModel"
10+
"TestBankReadModel": "server=192.168.0.133,1433;user id=sa;password=sp1ttal;database=TestBankReadModel"
1111
},
1212
"AllowedHosts": "*"
1313
}
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"Logging": {
3+
"LogLevel": {
4+
"Default": "Information",
5+
"Microsoft": "Warning",
6+
"Microsoft.Hosting.Lifetime": "Information"
7+
}
8+
},
9+
"ConnectionStrings": {
10+
"TestBankReadModel": "server=192.168.0.134,1433;user id=sa;password=sp1ttal;database=TestBankReadModel"
11+
},
12+
"AllowedHosts": "*"
13+
}
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"Logging": {
3+
"LogLevel": {
4+
"Default": "Information",
5+
"Microsoft": "Warning",
6+
"Microsoft.Hosting.Lifetime": "Information"
7+
}
8+
},
9+
"ConnectionStrings": {
10+
"TestBankReadModel": "server=192.168.0.133,1433;user id=sa;password=sp1ttal;database=TestBankReadModel"
11+
},
12+
"AllowedHosts": "*"
13+
}

0 commit comments

Comments
 (0)