13 lines
330 B
JSON
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": "*"
|
|
}
|