2025-02-18 17:35:00 +01:00
|
|
|
{
|
|
|
|
|
"AllowedHosts": "*",
|
|
|
|
|
"ConnectionStrings": {
|
|
|
|
|
"DefaultConnection": "Host=192.168.1.57;Port=5432;Database=ptmain;User Id=sathumper;Password=3911;"
|
|
|
|
|
},
|
|
|
|
|
"ApplicationInsights": {
|
2025-02-20 00:23:13 +01:00
|
|
|
"ConnectionString": "InstrumentationKey=6d2e76ee-5343-4691-a5e3-81add43cb584;IngestionEndpoint=https://northeurope-0.in.applicationinsights.azure.com/",
|
|
|
|
|
"UseSeqLoggingTelemetryChannel": true
|
2025-02-18 17:35:00 +01:00
|
|
|
},
|
|
|
|
|
"Authentication": "SHA256",
|
|
|
|
|
"Feature": {
|
|
|
|
|
"Enabled": true,
|
|
|
|
|
"RolloutPercentage": 25,
|
|
|
|
|
"AllowedUserGroups": [ "beta" ]
|
|
|
|
|
},
|
|
|
|
|
"AnotherSetting": {
|
|
|
|
|
|
|
|
|
|
"Thresholds": {
|
|
|
|
|
"High": "123",
|
|
|
|
|
"Low": "-1"
|
|
|
|
|
},
|
|
|
|
|
"Temperature": {
|
|
|
|
|
|
|
|
|
|
"Indoor": {
|
|
|
|
|
"Max": { "Limit": 22 },
|
|
|
|
|
"Min": { "Limit": 18 }
|
|
|
|
|
},
|
|
|
|
|
"Outdoor": {
|
|
|
|
|
"Max": { "Limit": 12 },
|
|
|
|
|
"Min": { "Limit": 9 }
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"Serilog": {
|
|
|
|
|
"MinimumLevel": {
|
|
|
|
|
"Default": "Information",
|
|
|
|
|
"Override": {
|
|
|
|
|
"Microsoft": "Warning",
|
|
|
|
|
"System": "Warning"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"WriteTo": [
|
|
|
|
|
{
|
|
|
|
|
"Name": "Seq",
|
|
|
|
|
"Args": {
|
|
|
|
|
"serverUrl": "http://localhost:5341",
|
|
|
|
|
"apiKey": ""
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"Enrich": [
|
|
|
|
|
"WithMachineName",
|
|
|
|
|
"WithThreadId",
|
|
|
|
|
"WithProcessId",
|
|
|
|
|
"WithEnvironmentName"
|
|
|
|
|
],
|
|
|
|
|
"Properties": {
|
|
|
|
|
"Application": "PlanTempus"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|