federator/config.ini
2025-05-07 17:01:11 +02:00

25 lines
No EOL
498 B
INI

[generic]
externaldomain = 'contentnation.net'
[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'