federator/rediscache.ini
Yannis Vogel 8ea9bdcf9a
major structure rework
- checkSignature for our fqdn now happens in the connector
- cache public key for 1 hour
- change author on some files
- refactored outbox to api/v1/newcontent (CN->Federator communicates to here)
- disabled post for outbox (as that should go to v1/newcontent)
- initial support for receiving votes from CN, not fully working/clean yet
2025-04-30 22:44:50 +02:00

7 lines
108 B
INI

[redis]
host = localhost
port = 6379
username = federator
userttl = 10
publickeypemttl = 3600
statsttl = 60