aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/utils/config/configJson.json.php
blob: 3101b22599880e0278e1a5dd08df24f22ed1f6a9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<?php /*
{
    "credentials": {
        "login":"root",
        "hash":"hash",
        "salt":"salt"
    },
    "security": {
        "session_protection_disabled":false
    },
    "general": {
        "timezone":"Europe\/Paris",
        "title": "Shaarli",
        "header_link": "?"
    },
    "privacy": {
        "default_private_links":true
    },
    "redirector": {
        "url":"lala"
    },
    "config": {
        "foo": "bar"
    },
    "resource": {
        "datastore": "tests\/utils\/config\/datastore.php",
        "data_dir": "sandbox/",
        "raintpl_tpl": "tpl/"
    },
    "plugins": {
        "WALLABAG_VERSION": 1
    },
    "dev": {
        "debug": true
    }
}
*/ ?>