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

7 lines
161 B
JSON
Raw Normal View History

2024-04-08 23:34:32 -05:00
{
2024-04-10 01:28:38 -05:00
"Urls": "https://localhost:4500;http://localhost:4501",
"FilePostServiceOptions": {
"PostsDirectory": "wwwroot/posts"
},
"DetailedErrors": "true"
2024-04-08 23:34:32 -05:00
}