]> git.immae.eu Git - github/shaarli/Shaarli.git/blame - tests/utils/config/configJson.json.php
PluginManager no longer uses singleton pattern
[github/shaarli/Shaarli.git] / tests / utils / config / configJson.json.php
CommitLineData
b74b96bf
A
1<?php /*
2{
da10377b
A
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 },
b74b96bf 20 "config": {
da10377b
A
21 "foo": "bar"
22 },
23 "path": {
24 "datastore": "tests\/utils\/config\/datastore.php",
25 "data_dir": "tests\/utils\/config"
b74b96bf
A
26 },
27 "plugins": {
28 "WALLABAG_VERSION": 1
29 }
30}