chore: 更新配置文件

This commit is contained in:
Argo-Tianyi 2021-12-17 20:20:29 +08:00
parent d106b8eeb4
commit 85537a1dec
3 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
<ItemGroup>
<PackageReference Include="Longbow.Security.Cryptography" Version="5.2.0" />
<PackageReference Include="Microsoft.Data.Sqlite" Version="6.0.0" />
<PackageReference Include="Microsoft.Data.Sqlite" Version="6.0.1" />
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="6.0.0" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="6.0.0" />
<PackageReference Include="PetaPoco.Extensions" Version="5.2.0" />

View File

@ -8,7 +8,7 @@
}
},
"AppId": "Demo",
"SimulateUserName": "",
"SimulateUserName": "Admin",
"BootstrapAdminAuthenticationOptions": {
"AuthHost": "http://localhost:5110",
"KeyPath": "..\\..\\keys"

View File

@ -14,7 +14,7 @@
},
"ConnectionStrings": {
"ba": "Data Source=.;Initial Catalog=BootstrapAdmin;User ID=sa;Password=sa",
"bb": "..\\..\\admin\\BootstrapAdmin.Web\\BootstrapAdmin.db;",
"bb": "Data Source=..\\..\\admin\\BootstrapAdmin.Web\\BootstrapAdmin.db;",
"client": "Data Source=Client.db;"
},
"DB": [