void.cat/VoidCat/appsettings.json

17 lines
292 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"Settings": {
"SiteUrl": "https://localhost:7195",
"DataDirectory": "./data",
"CorsOrigins": [
"http://localhost:3000"
]
}
}