# sendoff config file ### GENERAL CONFIG OPTIONS # the default host entry to use if no -h param is passed default_host = myserv ### SERVER CONFIGS [servers] ### SAMPLE SERVER CONFIGS # # AVAILABLE OPTIONS # # [[ server]] - the name of the host entry. You use this config via '-h server' # username - the username of the account on the server to use # password - if this account is not authenticated via shared keys, make sure to enter the password # port - what port is this connection on. SSH defaults to port 22 # server_path - the path to store this file so that it's in the correct location for publishing # web_path - the actual url to the server_path so that we can generate a url for your uploaded file ### [[ myserv ]] username = rick password = None port = 22 server_path = /home/rick/ web_path = http://uploads.myserver.com [[ sample2.com ]] username = myaccount password = mypassword port = 22 server_path = /home/myaccount/public_html web_path = http://sample2.com/~myaccount