feat: SQLite-Datenbank local.db erstellt und die Verbindungszeichenfolge entsprechend aktualisiert.

This commit is contained in:
Developer 02 2024-08-01 20:58:15 +02:00
parent a33789e04e
commit b3c3ae25d4
3 changed files with 7 additions and 1 deletions

View File

@ -26,4 +26,10 @@
<ItemGroup> <ItemGroup>
<Folder Include="wwwroot\" /> <Folder Include="wwwroot\" />
</ItemGroup> </ItemGroup>
<ItemGroup>
<None Update="local.db">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
</Project> </Project>

View File

@ -6,7 +6,7 @@
}, },
"ConnectionStrings": { "ConnectionStrings": {
"sqlConnection": "server=DHDEAB-S883-2\\Dev2; database=DDStaffDB; TrustServerCertificate=True; Encrypt=False; MultipleActiveResultSets=True; User Id=webApiUser; Password=webApiUserPWD!" "sqlConnection": "Data Source=local.db"
}, },
"AppConfig": { "AppConfig": {
"LDAP_WebAppGroup_Is_Live": "false", "LDAP_WebAppGroup_Is_Live": "false",

BIN
StaffDBServer/local.db Normal file

Binary file not shown.