mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-08 23:07:54 +00:00
rustproxy: initial commit
This commit is contained in:
parent
b47694edc1
commit
9d90de45a6
23 changed files with 4686 additions and 0 deletions
7
rustproxy/config.example.toml
Normal file
7
rustproxy/config.example.toml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
token = "put your token here"
|
||||
|
||||
database = "postgres://postgres:password@localhost/postgres"
|
||||
|
||||
redis_addr = "redis://127.0.0.1/"
|
||||
redis_gateway_queue_addr = "redis://127.0.0.1/"
|
||||
shard_count = 1
|
||||
Loading…
Add table
Add a link
Reference in a new issue