diff --git a/server_config/settings-dareboost.json b/server_config/settings-dareboost.json deleted file mode 100644 index c32d5a4..0000000 --- a/server_config/settings-dareboost.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "serverPort": 80, - "phantomasEngine": "webkit", - "googleAnalyticsId": "", - "screenshotWidth": 400, - "baseUrl": "/", - "authorizedKeys": { - - }, - "maxAnonymousRunsPerDay": 99999999, - "maxAnonymousCallsPerDay": 99999999, - "blockedUrls": [], - - "sponsoring" : { - "home": "Generously hosted by



and sponsored by Dareboost, the website speed test service
", "dashboard": null, - "dashboard": "
Test your website for free and get additional insights with our sponsor: dareboost.com
", - "about": "


This public instance of Yellow Lab Tools is generously hosted by



Yellow Lab Tools is also made possible thanks to our sponsor
" - } -} \ No newline at end of file diff --git a/server_config/settings-prod.json b/server_config/settings-prod.json index a6efafd..1390bbb 100644 --- a/server_config/settings-prod.json +++ b/server_config/settings-prod.json @@ -1,6 +1,5 @@ { "serverPort": 80, - "phantomasEngine": "webkit", "googleAnalyticsId": "", "screenshotWidth": { "phone": 360, @@ -12,13 +11,13 @@ "authorizedKeys": { }, - "maxAnonymousRunsPerDay": 99999999, - "maxAnonymousCallsPerDay": 99999999, + "maxAnonymousRunsPerDay": 1000, + "maxAnonymousCallsPerDay": 100000, "blockedUrls": [], "sponsoring" : { - "home": "Generously hosted by



and sponsored by Dareboost, the website speed test service
", "dashboard": null, - "dashboard": "
Test your website for free and get additional insights with our sponsor: dareboost.com
", - "about": "


This public instance of Yellow Lab Tools is generously hosted by



Yellow Lab Tools is also made possible thanks to our sponsor
" + "home": "(this is a private instance)", + "dashboard": null, + "about": "(this is a private instance)" } } \ No newline at end of file diff --git a/server_config/settings.json b/server_config/settings.json index f8f5896..becee77 100644 --- a/server_config/settings.json +++ b/server_config/settings.json @@ -1,6 +1,5 @@ { "serverPort": 8383, - "phantomasEngine": "webkit", "googleAnalyticsId": "", "screenshotWidth": { "phone": 360,