mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-17 03:00:13 +00:00
(fix) readd pluralkit.conf.example
Co-Authored-By: spiral <spiral@spiral.sh>
This commit is contained in:
parent
d8933a21de
commit
771c97212f
1 changed files with 9 additions and 0 deletions
9
pluralkit.conf.example
Normal file
9
pluralkit.conf.example
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"PluralKit": {
|
||||
"Bot": {
|
||||
"Token": "BOT_TOKEN_GOES_HERE",
|
||||
"ClientId": 466707357099884544,
|
||||
},
|
||||
"Database": "Host=localhost;Port=5432;Username=myusername;Password=mypassword;Database=mydatabasename"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue