yavsc/src/Yavsc.Blogs/appsettings-blogs.json

19 lines
516 B
JSON
Raw Normal View History

2026-06-19 16:18:39 +01:00
{
"Site": {
"Title": "Yavsc Blogs",
"Description": "A collection of blogs about software development, technology, and programming.",
"Keywords": "software development, technology, programming, coding, blogs",
"Authority": "https://localhost:5001",
"CorsAllowedOrigins": [
"https://localhost:5005"
]
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"AllowedHosts": "*"
2026-06-19 16:18:39 +01:00
}