Files
abzarasadi/appsettings.json
T

13 lines
210 B
JSON
Raw Normal View History

2026-06-01 22:08:43 +03:30
{
"ConnectionStrings": {
"Default": "Data Source=asadi.db"
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
}