From: rniwa@webkit.org Date: Sat, 11 Apr 2015 05:07:41 +0000 (+0000) Subject: Unreviewed build fix. Updated config.json after recent changes. X-Git-Url: https://git.webkit.org/?p=WebKit-https.git;a=commitdiff_plain;h=de47f7e0b224b5a747e516946dcb13ed271bdd72 Unreviewed build fix. Updated config.json after recent changes. * config.json: git-svn-id: https://svn.webkit.org/repository/webkit/trunk@182651 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- diff --git a/Websites/perf.webkit.org/ChangeLog b/Websites/perf.webkit.org/ChangeLog index eaab4e681317..5c55a808f6d6 100644 --- a/Websites/perf.webkit.org/ChangeLog +++ b/Websites/perf.webkit.org/ChangeLog @@ -1,3 +1,9 @@ +2015-04-10 Ryosuke Niwa + + Unreviewed build fix. Updated config.json after recent changes. + + * config.json: + 2015-04-10 Ryosuke Niwa Make the analysis page more useful diff --git a/Websites/perf.webkit.org/config.json b/Websites/perf.webkit.org/config.json index 3bb3e0c642ff..8b1d79aaaf8f 100644 --- a/Websites/perf.webkit.org/config.json +++ b/Websites/perf.webkit.org/config.json @@ -1,7 +1,7 @@ { "debug": true, "jsonCacheMaxAge": 600, - "JSONDirectory": "../public/data/", + "dataDirectory": "public/data/", "database": { "host": "localhost", "port": "5432", @@ -13,5 +13,6 @@ "hostname": "localhost", "port": 80 }, - "defaultDashboard": [[]] + "defaultDashboard": [[]], + "dashboards": {} }