]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - tests/utils/config/configJson.json.php
Add closing PHP tags to JSON config files
[github/shaarli/Shaarli.git] / tests / utils / config / configJson.json.php
index 71b59edd8d25d1b4e3f1d291d095aa08598fbb4d..06a302e875b8e61779a0981c85731c63ebb18723 100644 (file)
@@ -1,19 +1,34 @@
 <?php /*
 {
-    "redirector":"lala",
-    "login":"root",
-    "hash":"hash",
-    "salt":"salt",
-    "timezone":"Europe\/Paris",
-    "disablesessionprotection":false,
-    "privateLinkByDefault":true,
-    "title": "Shaarli",
-    "titleLink": "?",
+    "credentials": {
+        "login":"root",
+        "hash":"hash",
+        "salt":"salt"
+    },
+    "security": {
+        "session_protection_disabled":false
+    },
+    "general": {
+        "timezone":"Europe\/Paris",
+        "title": "Shaarli",
+        "header_link": "?"
+    },
+    "privacy": {
+        "default_private_links":true
+    },
+    "redirector": {
+        "url":"lala"
+    },
     "config": {
-        "foo": "bar",
-        "DATASTORE": "data\/datastore.php"
+        "foo": "bar"
+    },
+    "resource": {
+        "datastore": "tests\/utils\/config\/datastore.php",
+        "data_dir": "tests\/utils\/config"
     },
     "plugins": {
         "WALLABAG_VERSION": 1
     }
 }
+*/ ?>
+