0
0
MyDarling/appsettings.json

13 lines
229 B
JSON
Raw Normal View History

2023-01-31 14:54:32 +03:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
2023-01-31 15:55:44 +03:00
"AllowedHosts": "*",
"ConnectionStrings": {
"MyDarlingDb": "Data Source=Database/MyDarlingDb.db"
}
2023-01-31 14:54:32 +03:00
}