aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/utils/config/configJson.json.php
blob: 6a841f8a3cb33ffb7a147022d234a7ec40985b78 (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
<?php /*
{
    "credentials": {
        "login":"root",
        "hash":"hash",
        "salt":"salt"
    },
    "security": {
        "session_protection_disabled":false
    },
    "general": {
        "timezone":"Europe\/Paris",
        "default_private_linksheader_link":true,
        "title": "Shaarli",
        "header_link": "?"
    },
    "extras": {
        "redirector":"lala"
    },
    "config": {
        "foo": "bar"
    },
    "path": {
        "datastore": "tests\/utils\/config\/datastore.php",
        "data_dir": "tests\/utils\/config"
    },
    "plugins": {
        "WALLABAG_VERSION": 1
    }
}