mirror of
https://github.com/hmaxnl/SharpRSS.git
synced 2025-01-18 21:04:21 +01:00
19 lines
270 B
JSON
19 lines
270 B
JSON
{
|
|
"Database":
|
|
{
|
|
"Server": "SQLite",
|
|
"Connection": "Data Source=SRSS.db"
|
|
},
|
|
"HTTP":
|
|
{
|
|
"HSTS":
|
|
{
|
|
"EnableHSTS": true,
|
|
"MaxAgeSeconds": 31536000,
|
|
"IncludeSubdomains": true,
|
|
"Preload": true
|
|
}
|
|
},
|
|
"AllowedHosts": "*"
|
|
}
|