mirror of
https://git.v0l.io/Kieran/void.cat.git
synced 2025-04-04 12:18:01 +02:00
16 lines
360 B
JSON
16 lines
360 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning",
|
|
"Microsoft.EntityFrameworkCore": "Warning",
|
|
"Microsoft.AspNetCore.Cors.Infrastructure.CorsService": "Information"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"Settings": {
|
|
"SiteUrl": "http://localhost:7195",
|
|
"DataDirectory": "./data"
|
|
}
|
|
}
|