
- reworked plugin handling. Main now registers and keeps all connectors and based on request we select the correct one and pass it (mainly for clean async-request-handling) - added outbox functionality for mastodon - changed image-mime-type approach to retrieve mime-type from the url, this way we don't need to store the images on our server/download each image - added host for connector for better debugging - minor bug-fixes
22 lines
No EOL
417 B
INI
22 lines
No EOL
417 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'
|
|
mastodon = 'mastodon.php'
|
|
|
|
[maintenance]
|
|
username = 'federatoradmin'
|
|
password = '*change*me*as*well' |