forked from grumpydevelop/federator

- we now check whether the request was sent from contentnation and approve the request with contentnations pub key - fix issue where inbox wasn't gotten as it also got a username - rough initial draft of parsing of connector-specific data (plugins/federator/contentnation::jsonToActivity) - added key paths and headername to config
27 lines
No EOL
577 B
INI
27 lines
No EOL
577 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]
|
|
headerSenderName = 'contentnation'
|
|
contentnationPublicKeyPath = '../contentnation.pub'
|
|
federatorPrivateKeyPath = '../federator.key'
|
|
federatorPublicKeyPath = '../federator.pub' |