mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 13:06:50 +00:00
feat(bot): use button for cv2 cards dashboard link
This commit is contained in:
parent
64d05fbb4e
commit
6223f32130
2 changed files with 55 additions and 13 deletions
|
|
@ -16,6 +16,7 @@ public class CoreConfig
|
|||
public string? SeqLogUrl { get; set; }
|
||||
public string? DispatchProxyUrl { get; set; }
|
||||
public string? DispatchProxyToken { get; set; }
|
||||
public string DashboardBaseUrl { get; set; } = "https://dash.pluralkit.local";
|
||||
|
||||
public LogEventLevel ConsoleLogLevel { get; set; } = LogEventLevel.Debug;
|
||||
public LogEventLevel ElasticLogLevel { get; set; } = LogEventLevel.Information;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue