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
25 lines
No EOL
490 B
INI
25 lines
No EOL
490 B
INI
[generic]
|
|
externaldomain = 'your.fqdn'
|
|
|
|
[database]
|
|
host = '127.0.0.1'
|
|
username = 'federator'
|
|
password = '*change*me*'
|
|
database = 'federator'
|
|
|
|
[templates]
|
|
path = '../templates/federator/'
|
|
compiledir = '../cache'
|
|
|
|
[plugins]
|
|
rediscache = 'rediscache.php'
|
|
# dummy = 'dummyconnector.php'
|
|
contentnation = 'contentnation.php'
|
|
|
|
[maintenance]
|
|
username = 'federatoradmin'
|
|
password = '*change*me*as*well'
|
|
|
|
[keys]
|
|
federatorPrivateKeyPath = '../federator.key'
|
|
federatorPublicKeyPath = '../federator.pub' |