0
0
MyDarling/appsettings.json

14 lines
289 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": {
2023-03-06 07:41:35 +03:00
"MyDarlingDb": "Data Source=Database/MyDarlingDb.db",
"IdentityDb": "Data Source=Database/IdentityDb.db"
2023-01-31 15:55:44 +03:00
}
2023-01-31 14:54:32 +03:00
}