1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/shaarli_ynh.git synced 2024-09-03 20:26:10 +02:00
shaarli_ynh/conf/config.json.php
2020-11-25 10:34:14 +01:00

78 lines
1.9 KiB
PHP

<?php /*
{
"resource": {
"data_dir": "data",
"config": "data\/config.php",
"datastore": "data\/datastore.php",
"ban_file": "data\/ipbans.php",
"updates": "data\/updates.txt",
"log": "data\/log.txt",
"update_check": "data\/lastupdatecheck.txt",
"history": "data\/history.php",
"raintpl_tpl": "tpl\/",
"theme": "default",
"raintpl_tmp": "tmp\/",
"thumbnails_cache": "cache",
"page_cache": "pagecache"
},
"security": {
"ban_after": 4,
"ban_duration": 1800,
"session_protection_disabled": false,
"open_shaarli": false,
"allowed_protocols": [
"ftp",
"ftps",
"magnet"
]
},
"general": {
"header_link": "?",
"links_per_page": 20,
"enabled_plugins": [
"qrcode"
],
"default_note_title": "Note: ",
"retrieve_description": false,
"timezone": "__TIMEZONE__",
"title": "__TITLE__"
},
"updates": {
"check_updates": true,
"check_updates_branch": "stable",
"check_updates_interval": 86400
},
"feed": {
"rss_permalinks": true,
"show_atom": true
},
"privacy": {
"default_private_links": __DEFAULT_PRIVATE_LINKS__,
"hide_public_links": false,
"force_login": false,
"hide_timestamps": false,
"remember_user_default": true
},
"thumbnails": {
"mode": "all",
"width": "125",
"height": "90"
},
"translation": {
"language": "auto",
"mode": "php",
"extensions": []
},
"plugins": [],
"formatter": "markdown",
"credentials": {
"login": "__ADMIN__",
"salt": "__SALT__",
"hash": "__HASH__"
},
"api": {
"enabled": true,
"secret": "__SECRET__"
}
}
*/ ?>