voidkitty/VoidCat/appsettings.json

16 lines
306 B
JSON
Raw Normal View History

2022-01-25 16:17:48 +00:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
2023-08-24 09:51:07 +00:00
"Microsoft.AspNetCore": "Warning",
"Microsoft.EntityFrameworkCore": "Warning"
2022-01-25 16:17:48 +00:00
}
},
"AllowedHosts": "*",
"Settings": {
2023-11-20 15:22:12 +00:00
"SiteUrl": "http://localhost:7195",
"DataDirectory": "./data",
2023-11-20 15:22:12 +00:00
"CorsOrigins": []
2022-01-25 16:17:48 +00:00
}
}