# Modify the following line to the installed location of DadaFork # and copy this file to /your/instance/.dada_config BEGIN {require "/path/to/DadaFork/use_me.pl";} package DADA::Config; my $DIR = $PROGRAM_CONFIG_FILE_DIR; #---------------------------------------------------------------------# $PROGRAM_URL = 'http://your.domain/some-instance.cgi'; $PROGRAM_ROOT_PASSWORD = 'root_password'; $ROOT_PASS_IS_ENCRYPTED = 0; $MAILPROG = "/usr/sbin/sendmail"; # Stuff below is optional to change $FILES = $DIR; # . '/.lists'; #---------------------------------------------------------------------# #$TEMPLATES = $DIR . '/.templates'; #$TMP = $DIR . '/.tmp'; #$BACKUPS = $DIR . '/.backups'; #$ARCHIVES = $DIR . '/.archives'; #$LOGS = $DIR; # . '/.logs'; #---------------------------------------------------------------------# #$PROGRAM_USAGE_LOG = $LOGS . '/dada.txt'; #---------------------------------------------------------------------# 1;