* config.json:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@182651
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2015-04-10 Ryosuke Niwa <rniwa@webkit.org>
+
+ Unreviewed build fix. Updated config.json after recent changes.
+
+ * config.json:
+
2015-04-10 Ryosuke Niwa <rniwa@webkit.org>
Make the analysis page more useful
{
"debug": true,
"jsonCacheMaxAge": 600,
- "JSONDirectory": "../public/data/",
+ "dataDirectory": "public/data/",
"database": {
"host": "localhost",
"port": "5432",
"hostname": "localhost",
"port": 80
},
- "defaultDashboard": [[]]
+ "defaultDashboard": [[]],
+ "dashboards": {}
}