chore: update readme, example config, and running documentation

Co-authored-by: asleepyskye <skye@vixen.lgbt>
This commit is contained in:
alyssa 2025-04-24 10:42:40 +00:00
parent 9506833abf
commit 437ea72ed4
6 changed files with 96 additions and 67 deletions

View file

@ -4,7 +4,7 @@
"Token": "BOT_TOKEN_GOES_HERE",
"ClientId": 466707357099884544,
},
"Database": "Host=localhost;Port=5432;Username=myusername;Password=mypassword;Database=mydatabasename",
"RedisAddr": "host:port"
"Database": "Host=localhost;Port=5432;Username=postgres;Password=postgres;Database=pluralkit",
"RedisAddr": "127.0.0.1:6379"
}
}