]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - tests/utils/config/configJson.json.php
format_date: include timezone in IntlDateFormatter object
[github/shaarli/Shaarli.git] / tests / utils / config / configJson.json.php
index 061d4c283119605db6450cbbc6bd49a66b3d6737..b04dc3039e7f220758bea5abd5f343bb6e5b7388 100644 (file)
         "foo": "bar"
     },
     "resource": {
-        "datastore": "tests\/utils\/config\/datastore.php",
+        "datastore": "sandbox/datastore.php",
         "data_dir": "sandbox\/",
         "raintpl_tpl": "tpl\/",
         "config": "data\/config.php",
         "ban_file": "data\/ipbans.php",
-        "updates": "data\/updates.txt",
+        "updates": "sandbox/updates.txt",
         "log": "data\/log.txt",
         "update_check": "data\/lastupdatecheck.txt",
         "history": "data\/history.php",
         "WALLABAG_VERSION": 1
     },
     "dev": {
-        "debug": true
-    },
-    "thumbnails": {
-        "enabled": true,
-        "width": 125,
-        "height": 90
+        "debug": false
     },
     "updates": {
         "check_updates": false,
         "language": "auto",
         "mode": "php",
         "extensions": []
+    },
+    "thumbnails": {
+        "mode": "common",
+        "width": 90,
+        "height": 53
     }
 }
-*/ ?>
\ No newline at end of file
+*/ ?>