diff options
Diffstat (limited to 'tests/utils')
-rw-r--r-- | tests/utils/config/configJson.json.php | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/tests/utils/config/configJson.json.php b/tests/utils/config/configJson.json.php index 6a841f8a..c54882c3 100644 --- a/tests/utils/config/configJson.json.php +++ b/tests/utils/config/configJson.json.php | |||
@@ -10,17 +10,19 @@ | |||
10 | }, | 10 | }, |
11 | "general": { | 11 | "general": { |
12 | "timezone":"Europe\/Paris", | 12 | "timezone":"Europe\/Paris", |
13 | "default_private_linksheader_link":true, | ||
14 | "title": "Shaarli", | 13 | "title": "Shaarli", |
15 | "header_link": "?" | 14 | "header_link": "?" |
16 | }, | 15 | }, |
17 | "extras": { | 16 | "privacy": { |
18 | "redirector":"lala" | 17 | "default_private_links":true |
18 | }, | ||
19 | "redirector": { | ||
20 | "url":"lala" | ||
19 | }, | 21 | }, |
20 | "config": { | 22 | "config": { |
21 | "foo": "bar" | 23 | "foo": "bar" |
22 | }, | 24 | }, |
23 | "path": { | 25 | "resource": { |
24 | "datastore": "tests\/utils\/config\/datastore.php", | 26 | "datastore": "tests\/utils\/config\/datastore.php", |
25 | "data_dir": "tests\/utils\/config" | 27 | "data_dir": "tests\/utils\/config" |
26 | }, | 28 | }, |