Add project files.

This commit is contained in:
2024-05-18 23:23:40 +02:00
parent 711f6c93d6
commit 673387215d
18 changed files with 1316 additions and 0 deletions

View File

@ -0,0 +1,12 @@
{
"ConnectionStrings": {
"DefaultConnection": "Server=Oemansv7Win;Database=AccountingDb;Persist Security Info=True;User ID=sa;Password=SAOemansv7SA;Trust Server Certificate=True"
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
}