aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/utils/config/configJson.json.php
blob: 71b59edd8d25d1b4e3f1d291d095aa08598fbb4d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?php /*
{
    "redirector":"lala",
    "login":"root",
    "hash":"hash",
    "salt":"salt",
    "timezone":"Europe\/Paris",
    "disablesessionprotection":false,
    "privateLinkByDefault":true,
    "title": "Shaarli",
    "titleLink": "?",
    "config": {
        "foo": "bar",
        "DATASTORE": "data\/datastore.php"
    },
    "plugins": {
        "WALLABAG_VERSION": 1
    }
}