mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-13 01:00:12 +00:00
feat: add redis requirements to readme (#542)
This commit is contained in:
parent
37025bbeb3
commit
93bef6ea15
2 changed files with 3 additions and 2 deletions
|
|
@ -4,6 +4,7 @@
|
|||
"Token": "BOT_TOKEN_GOES_HERE",
|
||||
"ClientId": 466707357099884544,
|
||||
},
|
||||
"Database": "Host=localhost;Port=5432;Username=myusername;Password=mypassword;Database=mydatabasename"
|
||||
"Database": "Host=localhost;Port=5432;Username=myusername;Password=mypassword;Database=mydatabasename",
|
||||
"RedisAddr": "host:port"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue