Redis cache

This commit is contained in:
2025-03-29 02:24:15 +08:00
parent f3f9ebb5af
commit 1651328a74
26 changed files with 786 additions and 636 deletions

View File

@@ -17,10 +17,14 @@ dsn = "host=localhost user=postgres dbname=postgres password=password port=5432
prefix = "sn_"
[mq]
addr = "localhost:4222"
addr = "nats.orb.local:4222"
[kv]
endpoints = ["localhost:2379"]
endpoints = ["etcd.orb.local:2379"]
[cache]
addr = "redis.orb.local:6379"
password = ""
[security]
public_key = "keys/public_key.pem"