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 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("FaviconResolveUrl", "https://icons.duckduckgo.com/ip3/{0}.ico");
|
||||||
dataCon.Set("LogPath", Path.Combine(Environment.CurrentDirectory, "logs", "log_.json"));
|
dataCon.Set("LogPath", Path.Combine(Environment.CurrentDirectory, "logs", "log_.json"));
|
||||||
|
|
|
@ -8,8 +8,9 @@ using SharpRss;
|
||||||
using ToolQit;
|
using ToolQit;
|
||||||
using WebSharpRSS;
|
using WebSharpRSS;
|
||||||
|
|
||||||
Caretaker.Settings.SetContainerDefaults();
|
Caretaker.Settings.SetAppDefaultSettings();
|
||||||
Bootstrapper.SetupLogging();
|
Bootstrapper.SetupLogging();
|
||||||
|
Log.Information("Starting app....");
|
||||||
|
|
||||||
var builder = WebApplication.CreateBuilder(args);
|
var builder = WebApplication.CreateBuilder(args);
|
||||||
builder.Services.AddRazorPages();
|
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