20 lines
355 B
INI
20 lines
355 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'
|
|
|
|
[maintenance]
|
|
username = 'federatoradmin'
|
|
password = '*change*me*as*well' |