0
0
MyDarling/appsettings.json
2023-03-06 07:41:35 +03:00

14 lines
289 B
JSON

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