mirror of
https://github.com/hmaxnl/SharpRSS.git
synced 2024-11-09 23:44:20 +01:00
Updated submodule & refined default settings setter.
This commit is contained in:
parent
9529f40cdc
commit
574546d74b
2
ToolQit
2
ToolQit
|
@ -1 +1 @@
|
||||||
Subproject commit 046b39665c1ed9c65c7373566dfa43d203919599
|
Subproject commit af3abae0445b30c3ef58579a18e6e179eaea5986
|
|
@ -11,8 +11,8 @@ namespace WebSharpRSS
|
||||||
{
|
{
|
||||||
public static void SetAppDefaultSettings(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", false);
|
||||||
dataCon.Set("LogPath", Path.Combine(Environment.CurrentDirectory, "logs", "log_.json"));
|
dataCon.Set("LogPath", Path.Combine(Environment.CurrentDirectory, "logs", "log_.json"), false);
|
||||||
}
|
}
|
||||||
|
|
||||||
private static LoggerConfiguration? _configuration;
|
private static LoggerConfiguration? _configuration;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user