SharpRSS/SharpRSS.Blazor/appsettings.Development.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": "*"
}