0
0
MyDarling/appsettings.json
Sergey Chebotar a9e52b199b Database init
2023-01-31 15:55:44 +03:00

13 lines
229 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"ConnectionStrings": {
"MyDarlingDb": "Data Source=Database/MyDarlingDb.db"
}
}