#
# mysql command
#
export mysql ; mysql='mysql --user=root --password=pass '
#
# crawler database connection arguments
#
export crawler_db ; crawler_db="-user root -password pass"
#
# Apache server. It must be 1.3.4 or higher. Will
# bind ports from 7400 to 7415.
#
export httpd ; httpd=httpd
#
# Apache id (user name)
#
export user ; user=myself
#
# 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"
