mirror of
https://github.com/anjoy8/Blog.Core.git
synced 2025-02-08 10:59:28 +08:00
Updated support db (markdown)
parent
ad17f61005
commit
0acbd0f19d
|
@ -31,6 +31,21 @@ appsettings.json 中配置:
|
|||
```
|
||||
|
||||
|
||||
### LocalDB(已测试版本:MSSQL)
|
||||
|
||||
```
|
||||
appsettings.json 中配置:
|
||||
|
||||
"SqlServer": {
|
||||
"Enabled": true,
|
||||
"SqlServerConnection": "Data Source=(localdb)\MSSQLLocalDB;Initial Catalog=wm;Integrated Security=True;Connect Timeout=30;Encrypt=False;TrustServerCertificate=False;ApplicationIntent=ReadWrite;MultiSubnetFailover=False",
|
||||
"ProviderName": "System.Data.SqlClient"
|
||||
},
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
||||
### MySql(已测试版本:8.0.18 及以上)
|
||||
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue
Block a user