Actually add the example config file

This commit is contained in:
Ske 2019-07-01 01:16:44 +02:00
parent 2e4d111242
commit 2dae4fbde0

View File

@ -0,0 +1,8 @@
{
"PluralKit": {
"Bot": {
"Token": "BOT_TOKEN_GOES_HERE"
},
"Database": "Host=localhost;Port=5432;Username=myusername;Password=mypassword;Database=mydatabasename"
}
}