Skip to content

Commit 2e89385

Browse files
:|
1 parent 288f4d4 commit 2e89385

File tree

2 files changed

+28
-4
lines changed
  • TransactionProcessing.SchedulerService/TransactionProcessing.SchedulerService.TickerQ
  • TransactionProcessor.HealthChecksUI/TransactionProcessor.HealthChecksUI

2 files changed

+28
-4
lines changed

TransactionProcessing.SchedulerService/TransactionProcessing.SchedulerService.TickerQ/appsettings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"Password": "admin"
1212
},
1313
"ConnectionStrings": {
14-
"TickerQ": "Server=127.0.0.1;Database=TickerQDb;User Id=sa;Password=sp1ttal;TrustServerCertificate=True;Encrypt=False;"
14+
"TickerQ": "Server=127.0.0.1;Database=TickerQDb;User Id=sa;Password=Sc0tland;TrustServerCertificate=True;Encrypt=False;"
1515
},
1616
"BaseConfiguration": {
1717
"ClientId": "serviceClient",

TransactionProcessor.HealthChecksUI/TransactionProcessor.HealthChecksUI/appsettings.json

Lines changed: 27 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,33 @@
33
"HealthChecksUI": {
44
"HealthChecks": [
55
{
6-
"Name": "Estate Management Service",
7-
"Uri": "http://192.168.0.133:5000/healthui"
8-
}
6+
"Name": "Security Service",
7+
"Uri": "https://192.168.1.163:5001/health"
8+
},
9+
{
10+
"Name": "Transaction Processor Service",
11+
"Uri": "http://192.168.1.163:5002/health"
12+
},
13+
{
14+
"Name": "Transaction Processor ACL Service",
15+
"Uri": "http://192.168.1.163:5003/health"
16+
},
17+
{
18+
"Name": "Estate Management UI",
19+
"Uri": "https://192.168.1.163:5004/health"
20+
},
21+
{
22+
"Name": "Messaging Service",
23+
"Uri": "http://192.168.1.163:5006/health"
24+
},
25+
{
26+
"Name": "File Processor Service",
27+
"Uri": "http://192.168.1.163:5009/health"
28+
},
29+
{
30+
"Name": "Estate Reporting Service",
31+
"Uri": "http://192.168.1.163:5011/health"
32+
}
933
],
1034
"EvaluationTimeInSeconds": 300,
1135
"MinimumSecondsBetweenFailureNotifications": 60

0 commit comments

Comments
 (0)