rustproxy: initial commit

This commit is contained in:
Ske 2022-06-22 19:28:48 +02:00
parent b47694edc1
commit 9d90de45a6
23 changed files with 4686 additions and 0 deletions

View 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