Files
blog.stevanfreeborn.com/src/Blog/appsettings.example.json
T

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"
}