Skip to content

Commit a27bbc6

Browse files
committed
Dispose of database connection if it cant't be opened
Dispose of database connection if it cant't be opened
1 parent ba51b18 commit a27bbc6

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

rls/appsettings.Development.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"DetailedErrors": true,
3+
"Logging": {
4+
"LogLevel": {
5+
"Default": "Information",
6+
"Microsoft.AspNetCore": "Warning"
7+
}
8+
}
9+
}

rls/packages/API.Library.6.1.24.nupkg

77 KB
Binary file not shown.

0 commit comments

Comments
 (0)