Skip to content

Commit

Permalink
Update appsettings.json
Browse files Browse the repository at this point in the history
  • Loading branch information
w8tcha committed Mar 8, 2024
1 parent ebc9ef3 commit 5210c6e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions YAF.SampleApp/appsettings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"ConnectionStrings": {
"DefaultConnection": "data source=WATCHER-ONE\\SQLEXPRESS;initial catalog=yafnet;Integrated Security=True;TrustServerCertificate=True;"
"DefaultConnection": "data source=WATCHER-ONE\\SQLEXPRESS;initial catalog=yafnet;Integrated Security=True;TrustServerCertificate=True;" // <-- Use for SqlServer
},
"Logging": {
"LogLevel": {
Expand All @@ -19,7 +19,7 @@
"GDPRControllerAddress": "",
"BoardID": 1,
"CategoryID": 0,
"ConnectionProviderName": "Microsoft.Data.SqlClient",
"ConnectionProviderName": "Microsoft.Data.SqlClient", // <-- Use for SqlServer
"DatabaseObjectQualifier": "yaf_",
"DatabaseOwner": "dbo",
"BoardRoot": "",
Expand All @@ -28,7 +28,8 @@
"SqlCommandTimeout": 99999,
"BannedIpRedirectUrl": "",
"URLRewritingMode": "Unicode",
"UseHttpsRedirection": true
"UseHttpsRedirection": true,
"Area": "Forums"
},
"AllowedHosts": "*"
}

0 comments on commit 5210c6e

Please sign in to comment.