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
10 lines
No EOL
309 B
INI
10 lines
No EOL
309 B
INI
[contentnation]
|
|
service-uri = http://local.contentnation.net
|
|
|
|
[userdata]
|
|
path = '/home/net/contentnation/userdata/htdocs/' // need to download local copy of image and put img-path here
|
|
url = 'https://userdata.contentnation.net'
|
|
|
|
[keys]
|
|
headerSenderName = 'contentnation'
|
|
publicKeyPath = '../contentnation.pub' |