PlanTempusApp/Application/appconfiguration.json

14 lines
552 B
JSON
Raw Normal View History

2025-01-03 16:21:03 +00:00
{
"AllowedHosts": "*",
"ConnectionStrings": {
2025-01-21 17:40:23 +01:00
"ptdb": "Host=localhost;Port=5433;Database=ptdb01;User Id=sathumper;Password=3911;"
},
2025-01-21 17:40:23 +01:00
"TelemetryConfig": {
2025-01-03 16:21:03 +00:00
"ConnectionString": "InstrumentationKey=07d2a2b9-5e8e-4924-836e-264f8438f6c5;IngestionEndpoint=https://northeurope-2.in.applicationinsights.azure.com/;LiveEndpoint=https://northeurope.livediagnostics.monitor.azure.com/;ApplicationId=56748c39-2fa3-4880-a1e2-24068e791548"
},
"Feature": {
"Enabled": true,
"RolloutPercentage": 25,
"AllowedUserGroups": [ "beta" ]
2025-01-03 16:21:03 +00:00
}
}