[Subversion] / DadaFork / instance-config  

View of /DadaFork/instance-config

Parent Directory | Revision Log
Revision: 2256 - (download)
Wed Jan 10 17:31:38 2007 UTC (17 years, 2 months ago) by pje
File size: 1110 byte(s)
Support sharing a single DadaMail library for multiple running instances.
# 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;

cvs-admin@eby-sarna.com

Powered by ViewCVS 1.0-dev

ViewCVS and CVS Help