#
# mysql command
#
export mysql ; mysql='mysql --user=root --password=pass '
#
# crawler database connection arguments
#
export crawler_db ; crawler_db="-user root -password pass"
#
# ftp test host. It must give access to the check/ftp directory.
# Do *not* add a trailing /
#
export ftphost ; ftphost="ftp://myself:mypass@localhost/webbase/check/ftp"
