mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
chore: update readme, example config, and running documentation
Co-authored-by: asleepyskye <skye@vixen.lgbt>
This commit is contained in:
parent
9506833abf
commit
437ea72ed4
6 changed files with 96 additions and 67 deletions
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue