Files
Accounting/Accounting/appsettings.json
2024-05-18 23:23:40 +02:00

13 lines
330 B
JSON

{
"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": "*"
}