PluralKit/pluralkit.conf.example

10 lines
253 B
Text
Raw Normal View History

2019-07-01 01:16:44 +02:00
{
"PluralKit": {
"Bot": {
"Token": "BOT_TOKEN_GOES_HERE",
"ClientId": 466707357099884544,
2019-07-01 01:16:44 +02:00
},
"Database": "Host=localhost;Port=5432;Username=postgres;Password=postgres;Database=pluralkit",
"RedisAddr": "127.0.0.1:6379"
2019-07-01 01:16:44 +02:00
}
}