PluralKit/pluralkit.conf.example
alyssa 437ea72ed4 chore: update readme, example config, and running documentation
Co-authored-by: asleepyskye <skye@vixen.lgbt>
2025-04-24 10:42:40 +00:00

10 lines
No EOL
253 B
Text

{
"PluralKit": {
"Bot": {
"Token": "BOT_TOKEN_GOES_HERE",
"ClientId": 466707357099884544,
},
"Database": "Host=localhost;Port=5432;Username=postgres;Password=postgres;Database=pluralkit",
"RedisAddr": "127.0.0.1:6379"
}
}