11 lines
288 B
C#
11 lines
288 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; }
|
|
public string LogDir { get; set; }
|
|
}
|
|
} |