mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-08 14:57:54 +00:00
feat: allow specifying database password in separate config parameter
This commit is contained in:
parent
9dd3fba7e6
commit
b75e59da2f
2 changed files with 8 additions and 2 deletions
|
|
@ -5,6 +5,7 @@ namespace PluralKit.Core;
|
|||
public class CoreConfig
|
||||
{
|
||||
public string Database { get; set; }
|
||||
public string? DatabasePassword { get; set; }
|
||||
public string RedisAddr { get; set; }
|
||||
public bool UseRedisMetrics { get; set; } = false;
|
||||
public string SentryUrl { get; set; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue