SharpRSS/SharpRSS.Blazor/appsettings.json

19 lines
270 B
JSON
Raw Normal View History

{
"Database":
{
"Server": "SQLite",
"Connection": "Data Source=SRSS.db"
},
2024-07-06 00:02:02 +02:00
"HTTP":
{
"HSTS":
{
"EnableHSTS": true,
"MaxAgeSeconds": 31536000,
"IncludeSubdomains": true,
"Preload": true
}
},
"AllowedHosts": "*"
}