MyShaarli/tests/utils/config/configJson.json.php

20 lines
386 B
PHP
Raw Normal View History

<?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
}
}