14 lines
253 B
INI
14 lines
253 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'
|