mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-13 09:10:14 +00:00
Actually add the example config file
This commit is contained in:
parent
2e4d111242
commit
2dae4fbde0
1 changed files with 8 additions and 0 deletions
|
|
@ -0,0 +1,8 @@
|
||||||
|
{
|
||||||
|
"PluralKit": {
|
||||||
|
"Bot": {
|
||||||
|
"Token": "BOT_TOKEN_GOES_HERE"
|
||||||
|
},
|
||||||
|
"Database": "Host=localhost;Port=5432;Username=myusername;Password=mypassword;Database=mydatabasename"
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue