federator/config.ini

17 lines
327 B
INI

[database]
host = '127.0.0.1'
username = 'federator'
password = '*change*me*'
database = 'federator'
[templates]
path = '../templates/'
compiledir = '../cache'
[plugins]
rediscache = '../plugins/rediscache.php'
dummy = '../plugins/dummyconnector.php'
[maintenance]
username = 'federatoradmin'
password = '*change*me*as*well'