summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitignore3
-rw-r--r--config/config.json4
2 files changed, 5 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index c899ddd8f..de70d1d0b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -47,3 +47,6 @@ web/sass-files/sass/.sass-cache/
*config.codekit
*.sass-cache
*styles.css
+
+# Default local file storage
+data/*
diff --git a/config/config.json b/config/config.json
index a35303784..085dd6de6 100644
--- a/config/config.json
+++ b/config/config.json
@@ -20,8 +20,8 @@
"PublicLinkSalt": "TO3pTyXIZzwHiwyZgGql7lM7DG3zeId4",
"ResetSalt": "IPxFzSfnDFsNsRafZxz8NaYqFKhf9y2t",
"AnalyticsUrl": "",
- "UseLocalStorage": false,
- "StorageDirectory": ""
+ "UseLocalStorage": true,
+ "StorageDirectory": "./data/"
},
"SqlSettings": {
"DriverName": "mysql",