2024-04-08 23:34:32 -05:00
|
|
|
{
|
2024-04-10 01:28:38 -05:00
|
|
|
"Urls": "https://localhost:4500;http://localhost:4501",
|
2024-04-11 00:58:22 -05:00
|
|
|
"Logging": {
|
|
|
|
|
"LogLevel": {
|
|
|
|
|
"Default": "Information",
|
|
|
|
|
"Microsoft.AspNetCore": "Warning"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"AllowedHosts": "*",
|
2024-04-10 01:28:38 -05:00
|
|
|
"FilePostServiceOptions": {
|
|
|
|
|
"PostsDirectory": "wwwroot/posts"
|
|
|
|
|
},
|
|
|
|
|
"DetailedErrors": "true"
|
2024-04-08 23:34:32 -05:00
|
|
|
}
|