MQ, KV and MQ allocator

This commit is contained in:
2024-10-24 23:46:09 +08:00
parent aa67bd0b8f
commit 23d14e4e46
11 changed files with 578 additions and 3 deletions

View File

@@ -13,6 +13,9 @@ aliases = { id = "auth", uc = "files", co = "interactive", im = "messaging" }
dsn = "host=localhost user=postgres dbname=postgres password=password port=5432 sslmode=disable"
prefix = "sn_"
[mq]
addr = "localhost:4222"
[kv]
endpoints = ["localhost:2379"]