void.cat/VoidCat/appsettings.json

17 lines
292 B
JSON
Raw Normal View History

2022-01-25 16:17:48 +00:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"Settings": {
2023-05-22 11:53:44 +00:00
"SiteUrl": "https://localhost:7195",
"DataDirectory": "./data",
"CorsOrigins": [
"http://localhost:3000"
]
2022-01-25 16:17:48 +00:00
}
}