diff options
author | ArthurHoaro <arthur@hoa.ro> | 2017-02-09 20:54:56 +0100 |
---|---|---|
committer | ArthurHoaro <arthur@hoa.ro> | 2017-03-10 18:46:53 +0100 |
commit | 48417aed1d83f1566c039529faf0354ec3b42e4b (patch) | |
tree | 60a6a584e1ee868165d97d2a9d51a546c720abbb /tests/utils/config | |
parent | 844021ab4c0d3dd6c26704648a736fa53244c914 (diff) | |
download | Shaarli-48417aed1d83f1566c039529faf0354ec3b42e4b.tar.gz Shaarli-48417aed1d83f1566c039529faf0354ec3b42e4b.tar.zst Shaarli-48417aed1d83f1566c039529faf0354ec3b42e4b.zip |
Link imports are now logged in `data/` folder, and can be debug using `dev.debug=true` setting
related to #741 and #681
Diffstat (limited to 'tests/utils/config')
-rw-r--r-- | tests/utils/config/configJson.json.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/utils/config/configJson.json.php b/tests/utils/config/configJson.json.php index 13d38c66..9c9288f3 100644 --- a/tests/utils/config/configJson.json.php +++ b/tests/utils/config/configJson.json.php | |||
@@ -24,7 +24,7 @@ | |||
24 | }, | 24 | }, |
25 | "resource": { | 25 | "resource": { |
26 | "datastore": "tests\/utils\/config\/datastore.php", | 26 | "datastore": "tests\/utils\/config\/datastore.php", |
27 | "data_dir": "tests\/utils\/config", | 27 | "data_dir": "sandbox/", |
28 | "raintpl_tpl": "tpl/" | 28 | "raintpl_tpl": "tpl/" |
29 | }, | 29 | }, |
30 | "plugins": { | 30 | "plugins": { |