]> git.immae.eu Git - github/shaarli/Shaarli.git/blame - tests/utils/config/configJson.json.php
Thumbnails: add a common mode to only retrieve thumbs from popular media websites
[github/shaarli/Shaarli.git] / tests / utils / config / configJson.json.php
CommitLineData
b74b96bf
A
1<?php /*
2{
da10377b 3 "credentials": {
e85b7a05
A
4 "login": "root",
5 "hash": "hash",
6 "salt": "salt"
da10377b
A
7 },
8 "security": {
e85b7a05
A
9 "session_protection_disabled": false,
10 "ban_after": 4,
11 "ban_duration": 1800,
12 "open_shaarli": false,
13 "allowed_protocols": [
14 "ftp",
15 "ftps",
16 "magnet"
17 ]
da10377b
A
18 },
19 "general": {
e85b7a05 20 "timezone": "Europe\/Paris",
da10377b 21 "title": "Shaarli",
e85b7a05
A
22 "header_link": "?",
23 "links_per_page": 20,
24 "enabled_plugins": [
25 "qrcode"
26 ],
27 "default_note_title": "Note: "
da10377b 28 },
894a3c4b 29 "privacy": {
e85b7a05
A
30 "default_private_links": true,
31 "hide_public_links": false,
32 "force_login": false,
33 "hide_timestamps": false,
34 "remember_user_default": true
894a3c4b
A
35 },
36 "redirector": {
e85b7a05
A
37 "url": "lala",
38 "encode_url": true
da10377b 39 },
b74b96bf 40 "config": {
da10377b
A
41 "foo": "bar"
42 },
894a3c4b 43 "resource": {
da10377b 44 "datastore": "tests\/utils\/config\/datastore.php",
e85b7a05
A
45 "data_dir": "sandbox\/",
46 "raintpl_tpl": "tpl\/",
47 "config": "data\/config.php",
48 "ban_file": "data\/ipbans.php",
49 "updates": "data\/updates.txt",
50 "log": "data\/log.txt",
51 "update_check": "data\/lastupdatecheck.txt",
52 "history": "data\/history.php",
53 "theme": "default",
54 "raintpl_tmp": "tmp\/",
55 "thumbnails_cache": "cache",
56 "page_cache": "pagecache"
b74b96bf
A
57 },
58 "plugins": {
59 "WALLABAG_VERSION": 1
1b93137e
A
60 },
61 "dev": {
62 "debug": true
e85b7a05 63 },
e85b7a05
A
64 "updates": {
65 "check_updates": false,
66 "check_updates_branch": "stable",
67 "check_updates_interval": 86400
68 },
69 "feed": {
70 "rss_permalinks": true,
71 "show_atom": true
72 },
73 "translation": {
74 "language": "auto",
75 "mode": "php",
76 "extensions": []
28f26524
A
77 },
78 "thumbnails": {
b302b3c5 79 "mode": "common",
28f26524
A
80 "width": 90,
81 "height": 53
b74b96bf
A
82 }
83}
28f26524 84*/ ?>