forked from grumpydevelop/federator

- 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
7 lines
108 B
INI
7 lines
108 B
INI
[redis]
|
|
host = localhost
|
|
port = 6379
|
|
username = federator
|
|
userttl = 10
|
|
publickeypemttl = 3600
|
|
statsttl = 60
|