]> git.immae.eu Git - github/shaarli/Shaarli.git/blob - tests/utils/config/configJson.json.php
Use web-thumbnailer to retrieve thumbnails
[github/shaarli/Shaarli.git] / tests / utils / config / configJson.json.php
1 <?php /*
2 {
3 "credentials": {
4 "login":"root",
5 "hash":"hash",
6 "salt":"salt"
7 },
8 "security": {
9 "session_protection_disabled":false
10 },
11 "general": {
12 "timezone":"Europe\/Paris",
13 "title": "Shaarli",
14 "header_link": "?"
15 },
16 "privacy": {
17 "default_private_links":true
18 },
19 "redirector": {
20 "url":"lala"
21 },
22 "config": {
23 "foo": "bar"
24 },
25 "resource": {
26 "datastore": "tests\/utils\/config\/datastore.php",
27 "data_dir": "sandbox/",
28 "raintpl_tpl": "tpl/"
29 },
30 "plugins": {
31 "WALLABAG_VERSION": 1
32 },
33 "dev": {
34 "debug": true
35 }
36 }
37 */ ?>
38