#!/bin/bash # THIS IS A TEMPLATE FILE ONLY. # IT MUST BE RENAMED/EDITED AS DESCRIBED IN THE 'README' FILE # This is the setup file that facilitates the scripts in the dhScripts page. # It contains constants particular to a user's DreamHost account # The username for the DreamHost backup user account. # This account can be set up on the DreamHost panel at: # https://panel.dreamhost.com/index.cgi?tree=users.backup # Not supplying this will disable the sync-to-the-dreamhost-backup-account # functionality of the backupDHUser.sh script. DH_BACKUP_USER="" # The path, off the DH_BACKUP_USER's home directory, used to store # backups in by the backupDHUser.sh script. DH_BACKUP_PREFIX="" # The hostname for the dreamhost bash prompt. # Used only in the dreamhost.bashrc to set the prompt. Optional. DH_PROMPT_HOSTNAME="" # The API key to use DreamHosts's Panel API # See http://wiki.dreamhost.com/API # Create your key here: https://panel.dreamhost.com/index.cgi?tree=home.api DH_API_KEY=""