#---------------------------------------------------------------------#
# Dada Mail Outside Config File! (.dada_config)
#
#         Dada Mail Global Variables Configuration Guide: 
#
#         https://dadamailproject.com/d/global_variables.pod.html
#
#---------------------------------------------------------------------#
# The location of your .dada_config directory: 
#
$DIR = '[[softdatadir]]/.dada_files';

#---------------------------------------------------------------------#
# The URL to access Dada Mail:
#
$PROGRAM_URL   = '[[softurl]]/mail.cgi';
$S_PROGRAM_URL = '[[softurl]]/mail.cgi';

$RUNNING_UNDER = 'CGI';



#---------------------------------------------------------------------#
# The location (server path + URL) of static, support files
#
$SUPPORT_FILES = { 
	dir => '[[wwwdir]]/dada_mail_support_files', 
	url => '[[wwwurl]]/dada_mail_support_files', 
};

#---------------------------------------------------------------------#
# The Dada Mail Root Pass: 
#
# Start Root Password

$PROGRAM_ROOT_PASSWORD    = '[[admin_pass]]';
$ROOT_PASS_IS_ENCRYPTED   = '1';

# End Root Password
#---------------------------------------------------------------------#

 
#---------------------------------------------------------------------#
# Backend Database Configuration: 

$BACKEND_DB_TYPE = 'SQL';

%SQL_PARAMS = ( 

	# May just be, "localhost" 
	dbserver         => '[[softdbhost]]',
		
	database         => '[[softdb]]',
	
	# MySQL:      3306
	# PostgreSQL: 5432      
	port             => '3306',
	
	# MySQL:      mysql 
	# PostgreSQL: Pg
	# SQLite:     SQLite
	dbtype           => 'mysql',  
	
	user             => '[[softdbuser]]',          
	pass             => '[[softdbpass]]',

);
 





#---------------------------------------------------------------------#
# WYSIWYG Editor/File Browser Options

$WYSIWYG_EDITOR_OPTIONS = { 
	ckeditor    => { 
		enabled                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             