mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-07 22:37:54 +00:00
feat: split out messages table from main database
This commit is contained in:
parent
09ac002d26
commit
bf7747ab34
14 changed files with 119 additions and 84 deletions
|
|
@ -5,6 +5,7 @@ namespace PluralKit.Core;
|
|||
public class CoreConfig
|
||||
{
|
||||
public string Database { get; set; }
|
||||
public string? MessagesDatabase { get; set; }
|
||||
public string? DatabasePassword { get; set; }
|
||||
public string RedisAddr { get; set; }
|
||||
public bool UseRedisMetrics { get; set; } = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue