mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 13:06:50 +00:00
8 lines
No EOL
154 B
C#
8 lines
No EOL
154 B
C#
namespace PluralKit
|
|
{
|
|
public class CoreConfig
|
|
{
|
|
public string Database { get; set; }
|
|
public string SentryUrl { get; set; }
|
|
}
|
|
} |