26 lines
632 B
JSON
26 lines
632 B
JSON
|
|
{
|
||
|
|
"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": "*",
|
||
|
|
"Kestrel": {
|
||
|
|
"Endpoints": {
|
||
|
|
"Https": {
|
||
|
|
"Url": "https://localhost:3003"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|