PlanTempusApp/Application/appconfiguration.json

14 lines
491 B
JSON
Raw Normal View History

2025-01-03 16:21:03 +00:00
{
"ConnectionStrings": {
2025-02-20 17:14:53 +01:00
"DefaultConnection": "Host=192.168.1.57;Port=5432;Database=ptmain;User Id={usr};Password={pwd};"
},
2025-02-20 17:14:53 +01:00
"ApplicationInsights": {
"ConnectionString": "InstrumentationKey=6d2e76ee-5343-4691-a5e3-81add43cb584;IngestionEndpoint=https://northeurope-0.in.applicationinsights.azure.com/",
"UseSeqLoggingTelemetryChannel": true
2025-02-20 17:14:53 +01:00
},
"SeqConfiguration": {
"IngestionEndpoint": "http://localhost:5341",
"ApiKey": null,
"Environment": "MSTEST"
2025-01-03 16:21:03 +00:00
}
}