We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e7509d commit 65da22dCopy full SHA for 65da22d
frameworks/CSharp/aspnetcore/PlatformBenchmarks/appsettings.json
@@ -1,3 +1,4 @@
1
{
2
- "ConnectionString": "Server=(localdb)\\mssqllocaldb;Database=aspnetcore-Benchmarks;Trusted_Connection=True;MultipleActiveResultSets=true"
+ "ConnectionString": "Server=localhost;Database=fortunes;User Id=test;Password=test;SSL Mode=Disable;Maximum Pool Size=18;Enlist=false;Max Auto Prepare=4;Multiplexing=true;Write Coalescing Buffer Threshold Bytes=1000",
3
+ "Database": "postgresql"
4
}
0 commit comments