# --
# rcscript config settings for OTRS (http://otrs.org/)
# --
# $Id: suse-rcotrs-config,v 1.4 2003/10/29 20:57:11 martin Exp $
# --

# 
# program name
# 
OTRS_PROG="OTRS"

# 
# OTRS home (root) directory
#
OTRS_ROOT=/opt/otrs

# 
# if one of this is false, it will not be checked at the startup!
# Note: (may be the database isn't on the same host! --> DB_RUNNING=0) 
# 
OTRS_DB_RUNNING=1
OTRS_HTTP_RUNNING=1
OTRS_CRON_RUNNING=1

# 
# Used database [mysql|postgresql]
# Note: Take care, that you have changed the Config.pm database settings!
# 
OTRS_USED_DB=MySQL
OTRS_USED_DB_RCSCRIPT=rcmysql
#OTRS_USED_DB=PostgreSQL
#OTRS_USED_DB_RCSCRIPT=rcpostgresql

#
# Used webserver [apache]
#
OTRS_USED_WEBSERVER=Apache
OTRS_USED_WEBSERVER_RCSCRIPT=rcapache

#
# cron stuff
# 
OTRS_CRON_DIR=$OTRS_ROOT/var/cron
OTRS_CRON_TMP_FILE=$OTRS_ROOT/var/tmp/cron
OTRS_CRON_USER=" -u otrs "

# 
# get host name
#
OTRS_HOST=`hostname -f`

# 
# OTRS location - means http://host/$OTRS_HTTP_LOCATION/index.pl
# 
OTRS_HTTP_LOCATION="otrs"

# 
# location of PostMaster.pl 
# 
OTRS_POSTMASTER=$OTRS_ROOT/bin/PostMaster.pl

#
# location of CheckDB.pl 
#
OTRS_CHECKDB=$OTRS_ROOT/bin/CheckDB.pl

#
# location of CleanUp.pl
#
OTRS_CLEANUP=$OTRS_ROOT/bin/CleanUp.pl

# 
# location of OTRS spool dir
# 
OTRS_SPOOLDIR=$OTRS_ROOT/var/spool
