Migrates connection strings to new database host Removes unnecessary code and improves configuration handling Enhances test coverage and adds random word generation Updates telemetry and command handling patterns
14 lines
No EOL
610 B
JSON
14 lines
No EOL
610 B
JSON
{
|
|
"ConnectionStrings": {
|
|
"DefaultConnection": "Host=192.168.1.63;Port=5432;Database=ptmain;User Id={usr};Password={pwd};"
|
|
},
|
|
"ApplicationInsights": {
|
|
"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",
|
|
"UseSeqLoggingTelemetryChannel": true
|
|
},
|
|
"SeqConfiguration": {
|
|
"IngestionEndpoint": "http://localhost:5341",
|
|
"ApiKey": null,
|
|
"Environment": "MSTEST"
|
|
}
|
|
} |