]> git.immae.eu Git - github/shaarli/Shaarli.git/blob - tests/utils/config/configJson.json.php
Rename configuration keys and fix GLOBALS in templates
[github/shaarli/Shaarli.git] / tests / utils / config / configJson.json.php
1 <?php /*
2 {
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",
13 "default_private_linksheader_link":true,
14 "title": "Shaarli",
15 "header_link": "?"
16 },
17 "extras": {
18 "redirector":"lala"
19 },
20 "config": {
21 "foo": "bar"
22 },
23 "path": {
24 "datastore": "tests\/utils\/config\/datastore.php",
25 "data_dir": "tests\/utils\/config"
26 },
27 "plugins": {
28 "WALLABAG_VERSION": 1
29 }
30 }