20 lines
386 B
PHP
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
|
||
|
}
|
||
|
}
|