mirror of
https://github.com/hmaxnl/SharpRSS.git
synced 2025-01-18 21:04:21 +01:00
Update submodules & fixed some typos
This commit is contained in:
parent
cc28ebf6ac
commit
8993744907
|
@ -9,7 +9,7 @@ namespace WebSharpRSS
|
|||
{
|
||||
public static class Bootstrapper
|
||||
{
|
||||
public static void SetContainerDefaults(this DataContainer dataCon)
|
||||
public static void SetAppDefaultSettings(this DataContainer dataCon)
|
||||
{
|
||||
dataCon.Set("FaviconResolveUrl", "https://icons.duckduckgo.com/ip3/{0}.ico");
|
||||
dataCon.Set("LogPath", Path.Combine(Environment.CurrentDirectory, "logs", "log_.json"));
|
||||
|
|
|
@ -8,8 +8,9 @@ using SharpRss;
|
|||
using ToolQit;
|
||||
using WebSharpRSS;
|
||||
|
||||
Caretaker.Settings.SetContainerDefaults();
|
||||
Caretaker.Settings.SetAppDefaultSettings();
|
||||
Bootstrapper.SetupLogging();
|
||||
Log.Information("Starting app....");
|
||||
|
||||
var builder = WebApplication.CreateBuilder(args);
|
||||
builder.Services.AddRazorPages();
|
||||
|
|
|
@ -1,4 +0,0 @@
|
|||
{
|
||||
"FaviconResolveUrl": "https://icons.duckduckgo.com/ip3/{0}.ico",
|
||||
"LogPath": "/home/max/GitHub/SharpRSS/WebSharpRSS/logs/log_.json"
|
||||
}
|
Loading…
Reference in New Issue
Block a user