]> git.immae.eu Git - github/shaarli/Shaarli.git/blame - tests/utils/config/configJson.json.php
Use web-thumbnailer to retrieve thumbnails
[github/shaarli/Shaarli.git] / tests / utils / config / configJson.json.php
CommitLineData
b74b96bf
A
1<?php /*
2{
da10377b
A
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",
da10377b
A
13 "title": "Shaarli",
14 "header_link": "?"
15 },
894a3c4b
A
16 "privacy": {
17 "default_private_links":true
18 },
19 "redirector": {
20 "url":"lala"
da10377b 21 },
b74b96bf 22 "config": {
da10377b
A
23 "foo": "bar"
24 },
894a3c4b 25 "resource": {
da10377b 26 "datastore": "tests\/utils\/config\/datastore.php",
48417aed 27 "data_dir": "sandbox/",
a0df0651 28 "raintpl_tpl": "tpl/"
b74b96bf
A
29 },
30 "plugins": {
31 "WALLABAG_VERSION": 1
1b93137e
A
32 },
33 "dev": {
34 "debug": true
b74b96bf
A
35 }
36}
5ff23f02
A
37*/ ?>
38