mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
10 lines
No EOL
245 B
C#
10 lines
No EOL
245 B
C#
namespace PluralKit
|
|
{
|
|
public class CoreConfig
|
|
{
|
|
public string Database { get; set; }
|
|
public string SentryUrl { get; set; }
|
|
public string InfluxUrl { get; set; }
|
|
public string InfluxDb { get; set; }
|
|
}
|
|
} |