MyShaarli/tests/utils/config/configJson.json.php
ArthurHoaro b74b96bfbd Adds ConfigJson which handle the configuration in JSON format.
Also use the Updater to make the transition
2016-06-11 09:30:56 +02:00

20 lines
386 B
PHP

<?php /*
{
"redirector":"lala",
"login":"root",
"hash":"hash",
"salt":"salt",
"timezone":"Europe\/Paris",
"disablesessionprotection":false,
"privateLinkByDefault":true,
"title": "Shaarli",
"titleLink": "?",
"config": {
"foo": "bar",
"DATASTORE": "data\/datastore.php"
},
"plugins": {
"WALLABAG_VERSION": 1
}
}