PluralKit/rustproxy/config.example.toml

7 lines
190 B
TOML
Raw Normal View History

2022-06-22 19:28:48 +02:00
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