Skip to content

Commit 5210c6e

Browse files
committed
Update appsettings.json
1 parent ebc9ef3 commit 5210c6e

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

YAF.SampleApp/appsettings.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"ConnectionStrings": {
3-
"DefaultConnection": "data source=WATCHER-ONE\\SQLEXPRESS;initial catalog=yafnet;Integrated Security=True;TrustServerCertificate=True;"
3+
"DefaultConnection": "data source=WATCHER-ONE\\SQLEXPRESS;initial catalog=yafnet;Integrated Security=True;TrustServerCertificate=True;" // <-- Use for SqlServer
44
},
55
"Logging": {
66
"LogLevel": {
@@ -19,7 +19,7 @@
1919
"GDPRControllerAddress": "",
2020
"BoardID": 1,
2121
"CategoryID": 0,
22-
"ConnectionProviderName": "Microsoft.Data.SqlClient",
22+
"ConnectionProviderName": "Microsoft.Data.SqlClient", // <-- Use for SqlServer
2323
"DatabaseObjectQualifier": "yaf_",
2424
"DatabaseOwner": "dbo",
2525
"BoardRoot": "",
@@ -28,7 +28,8 @@
2828
"SqlCommandTimeout": 99999,
2929
"BannedIpRedirectUrl": "",
3030
"URLRewritingMode": "Unicode",
31-
"UseHttpsRedirection": true
31+
"UseHttpsRedirection": true,
32+
"Area": "Forums"
3233
},
3334
"AllowedHosts": "*"
3435
}

0 commit comments

Comments
 (0)