14 lines
300 B
JSON
14 lines
300 B
JSON
{
|
|
"Urls": "https://localhost:4500;http://localhost:4501",
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"FilePostServiceOptions": {
|
|
"PostsDirectory": "wwwroot/posts"
|
|
},
|
|
"DetailedErrors": "true"
|
|
} |