feat: SQLite-Datenbank local.db erstellt und die Verbindungszeichenfolge entsprechend aktualisiert.
This commit is contained in:
parent
a33789e04e
commit
b3c3ae25d4
@ -26,4 +26,10 @@
|
||||
<ItemGroup>
|
||||
<Folder Include="wwwroot\" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<None Update="local.db">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</None>
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
@ -6,7 +6,7 @@
|
||||
},
|
||||
|
||||
"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": {
|
||||
"LDAP_WebAppGroup_Is_Live": "false",
|
||||
|
||||
BIN
StaffDBServer/local.db
Normal file
BIN
StaffDBServer/local.db
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user