aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/utils/config/configJson.json.php
blob: 061d4c283119605db6450cbbc6bd49a66b3d6737 (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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
<?php /*
{
    "credentials": {
        "login": "root",
        "hash": "hash",
        "salt": "salt"
    },
    "security": {
        "session_protection_disabled": false,
        "ban_after": 4,
        "ban_duration": 1800,
        "open_shaarli": false,
        "allowed_protocols": [
            "ftp",
            "ftps",
            "magnet"
        ]
    },
    "general": {
        "timezone": "Europe\/Paris",
        "title": "Shaarli",
        "header_link": "?",
        "links_per_page": 20,
        "enabled_plugins": [
            "qrcode"
        ],
        "default_note_title": "Note: "
    },
    "privacy": {
        "default_private_links": true,
        "hide_public_links": false,
        "force_login": false,
        "hide_timestamps": false,
        "remember_user_default": true
    },
    "redirector": {
        "url": "lala",
        "encode_url": true
    },
    "config": {
        "foo": "bar"
    },
    "resource": {
        "datastore": "tests\/utils\/config\/datastore.php",
        "data_dir": "sandbox\/",
        "raintpl_tpl": "tpl\/",
        "config": "data\/config.php",
        "ban_file": "data\/ipbans.php",
        "updates": "data\/updates.txt",
        "log": "data\/log.txt",
        "update_check": "data\/lastupdatecheck.txt",
        "history": "data\/history.php",
        "theme": "default",
        "raintpl_tmp": "tmp\/",
        "thumbnails_cache": "cache",
        "page_cache": "pagecache"
    },
    "plugins": {
        "WALLABAG_VERSION": 1
    },
    "dev": {
        "debug": true
    },
    "thumbnails": {
        "enabled": true,
        "width": 125,
        "height": 90
    },
    "updates": {
        "check_updates": false,
        "check_updates_branch": "stable",
        "check_updates_interval": 86400
    },
    "feed": {
        "rss_permalinks": true,
        "show_atom": true
    },
    "translation": {
        "language": "auto",
        "mode": "php",
        "extensions": []
    }
}
*/ ?>