mirror of
https://github.com/farcasclaudiu/PracticeCalendar.git
synced 2026-06-22 07:01:16 +03:00
14 lines
265 B
JSON
14 lines
265 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"UseInMemoryDatabase": true,
|
|
"ConnectionStrings": {
|
|
"SqliteConnection": "Data Source=practicecalendar.sqlite"
|
|
}
|
|
}
|