define auth so it easy to understand how to override in local config

This commit is contained in:
soulgalore 2014-02-05 13:29:55 +01:00
parent 937d793906
commit 770f3fdd14
1 changed files with 4 additions and 1 deletions

View File

@ -129,6 +129,9 @@ COLLECT_BROWSER_TIMINGS=false
# Help write relevant info to the log
HAS_ERRORS_BEEN_LOGGED=false
# Basic auth: <username:password>
BASIC_AUTH_USER_PASSWORD=
# Load user-specific config file if it exists
if [ -f ~/.sitespeedio ]
then
@ -822,7 +825,7 @@ OPTIONS:
-c Choose which browser to use to collect timing data. You can set multiple browsers in a comma sepratated list (firefox|chrome|ie) [optional]
-z The number of times you should test each URL when fetching timing metrics. Default is three times [optional]
-V Show the version of sitespeed.io
-B Basic auth user & password (username:password) [optional]
-B Basic auth user & password <username:password> [optional]
EOF
}