void.cat/VoidCat/appsettings.json
2023-08-24 10:51:07 +01:00

19 lines
373 B
JSON

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