48417aed1d
related to #741 and #681
35 lines
654 B
PHP
35 lines
654 B
PHP
<?php /*
|
|
{
|
|
"credentials": {
|
|
"login":"root",
|
|
"hash":"hash",
|
|
"salt":"salt"
|
|
},
|
|
"security": {
|
|
"session_protection_disabled":false
|
|
},
|
|
"general": {
|
|
"timezone":"Europe\/Paris",
|
|
"title": "Shaarli",
|
|
"header_link": "?"
|
|
},
|
|
"privacy": {
|
|
"default_private_links":true
|
|
},
|
|
"redirector": {
|
|
"url":"lala"
|
|
},
|
|
"config": {
|
|
"foo": "bar"
|
|
},
|
|
"resource": {
|
|
"datastore": "tests\/utils\/config\/datastore.php",
|
|
"data_dir": "sandbox/",
|
|
"raintpl_tpl": "tpl/"
|
|
},
|
|
"plugins": {
|
|
"WALLABAG_VERSION": 1
|
|
}
|
|
}
|
|
*/ ?>
|
|
|