2016-05-29 12:32:14 +02:00
|
|
|
<?php /*
|
|
|
|
{
|
2016-05-29 16:10:32 +02:00
|
|
|
"credentials": {
|
2017-11-11 14:01:21 +01:00
|
|
|
"login": "root",
|
|
|
|
"hash": "hash",
|
|
|
|
"salt": "salt"
|
2016-05-29 16:10:32 +02:00
|
|
|
},
|
|
|
|
"security": {
|
2017-11-11 14:01:21 +01:00
|
|
|
"session_protection_disabled": false,
|
|
|
|
"ban_after": 4,
|
|
|
|
"ban_duration": 1800,
|
|
|
|
"open_shaarli": false,
|
|
|
|
"allowed_protocols": [
|
|
|
|
"ftp",
|
|
|
|
"ftps",
|
|
|
|
"magnet"
|
|
|
|
]
|
2016-05-29 16:10:32 +02:00
|
|
|
},
|
|
|
|
"general": {
|
2017-11-11 14:01:21 +01:00
|
|
|
"timezone": "Europe\/Paris",
|
2016-05-29 16:10:32 +02:00
|
|
|
"title": "Shaarli",
|
2017-11-11 14:01:21 +01:00
|
|
|
"header_link": "?",
|
|
|
|
"links_per_page": 20,
|
|
|
|
"enabled_plugins": [
|
|
|
|
"qrcode"
|
|
|
|
],
|
|
|
|
"default_note_title": "Note: "
|
2016-05-29 16:10:32 +02:00
|
|
|
},
|
2016-06-11 09:08:02 +02:00
|
|
|
"privacy": {
|
2017-11-11 14:01:21 +01:00
|
|
|
"default_private_links": true,
|
|
|
|
"hide_public_links": false,
|
|
|
|
"force_login": false,
|
|
|
|
"hide_timestamps": false,
|
|
|
|
"remember_user_default": true
|
2016-06-11 09:08:02 +02:00
|
|
|
},
|
|
|
|
"redirector": {
|
2017-11-11 14:01:21 +01:00
|
|
|
"url": "lala",
|
|
|
|
"encode_url": true
|
2016-05-29 16:10:32 +02:00
|
|
|
},
|
2016-05-29 12:32:14 +02:00
|
|
|
"config": {
|
2016-05-29 16:10:32 +02:00
|
|
|
"foo": "bar"
|
|
|
|
},
|
2016-06-11 09:08:02 +02:00
|
|
|
"resource": {
|
2016-05-29 16:10:32 +02:00
|
|
|
"datastore": "tests\/utils\/config\/datastore.php",
|
2017-11-11 14:01:21 +01:00
|
|
|
"data_dir": "sandbox\/",
|
|
|
|
"raintpl_tpl": "tpl\/",
|
|
|
|
"config": "data\/config.php",
|
|
|
|
"ban_file": "data\/ipbans.php",
|
|
|
|
"updates": "data\/updates.txt",
|
|
|
|
"log": "data\/log.txt",
|
|
|
|
"update_check": "data\/lastupdatecheck.txt",
|
|
|
|
"history": "data\/history.php",
|
|
|
|
"theme": "default",
|
|
|
|
"raintpl_tmp": "tmp\/",
|
|
|
|
"thumbnails_cache": "cache",
|
|
|
|
"page_cache": "pagecache"
|
2016-05-29 12:32:14 +02:00
|
|
|
},
|
|
|
|
"plugins": {
|
|
|
|
"WALLABAG_VERSION": 1
|
2016-11-09 18:57:02 +01:00
|
|
|
},
|
|
|
|
"dev": {
|
|
|
|
"debug": true
|
2017-11-11 14:01:21 +01:00
|
|
|
},
|
|
|
|
"updates": {
|
|
|
|
"check_updates": false,
|
|
|
|
"check_updates_branch": "stable",
|
|
|
|
"check_updates_interval": 86400
|
|
|
|
},
|
|
|
|
"feed": {
|
|
|
|
"rss_permalinks": true,
|
|
|
|
"show_atom": true
|
|
|
|
},
|
|
|
|
"translation": {
|
|
|
|
"language": "auto",
|
|
|
|
"mode": "php",
|
|
|
|
"extensions": []
|
2018-06-08 12:50:49 +02:00
|
|
|
},
|
|
|
|
"thumbnails": {
|
2018-07-05 20:29:55 +02:00
|
|
|
"mode": "common",
|
2018-06-08 12:50:49 +02:00
|
|
|
"width": 90,
|
|
|
|
"height": 53
|
2016-05-29 12:32:14 +02:00
|
|
|
}
|
|
|
|
}
|
2018-06-08 12:50:49 +02:00
|
|
|
*/ ?>
|