File sysconfig.otobo of Package otobo
## Path: Network/Mail/OTOBO
## Description: Open source Ticket Request System configuration
## Type: string
## Default: OTOBO
#
# program name
#
OTOBO_PROG="OTOBO"
# Type: string
## Default: otobo
#
# OTOBO User
#
OTOBO_USER="otobo"
## Type: string
## Default: otobo
#
# OTOBO Group
#
OTOBO_GROUP="otobo"
## Type: string
## Default: @OTOBO_ROOT@
#
# OTOBO home (root) directory
#
OTOBO_ROOT="@OTOBO_ROOT@"
## Type: string(0,1)
## Default: 1
#
# The OTOBO cron jobs run on this host? 1=yes, 0=no
#
OTOBO_CRON_RUNNING="1"
## Type: string(0,1)
## Default: 1
#
# The OTOBO database is on this host? 1=yes, 0=no
#
OTOBO_DB_RUNNING="0"
## Type: string(0,1)
## Default: 1
#
# The OTOBO web server is on this host? 1=yes, 0=no
#
OTOBO_HTTP_RUNNING="1"
## Type: string(0,1)
## Default: 1
#
# The OTOBO scheduler server is on this host? 1=yes, 0=no
#
OTOBO_SCHEDULER_RUNNING="1"
## Type: string(MySQL,PostgreSQL)
## Default: MySQL
## ServiceRestart: otobo
#
# Used database.
# Note: Take care, that you have changed the Config.pm database settings!
#
OTOBO_USED_DB="MySQL"
## Type: string(rcmysql,rcpostgresql)
## Default: rcmysql
## ServiceRestart: otobo
#
# Init script to control database.
#
OTOBO_USED_DB_RCSCRIPT="rcmysql"
## Type: string
## Default: apache
## ServiceRestart: otobo
#
# Used webserver
#
OTOBO_USED_WEBSERVER="Apache"
## Type: string
## Default: rcapache2
## ServiceRestart: otobo
#
# Init script to control the webserver
#
OTOBO_USED_WEBSERVER_RCSCRIPT="rcapache2"
## Type: string
## Default: $OTOBO_ROOT/var/cron
#
# Location of the cron jobs
#
OTOBO_CRON_DIR="$OTOBO_ROOT/var/cron"
## Type: string
## Default: $OTOBO_ROOT/var/tmp/cron
#
# Location of the temporary cron files
#
OTOBO_CRON_TMP_FILE="$OTOBO_ROOT/var/tmp/cron"
## Type: string
## Default: " -u otobo "
#
# Cron job user option
#
OTOBO_CRON_USER=" -u otobo "
## Type: string
## Default: otobo.example.com
#
# Command to get the systems hostname
#
OTOBO_HOST="otobo.example.com"
## Type: string
## Default: otobo
#
# OTOBO location - means http://host/$OTOBO_HTTP_LOCATION/index.pl
#
OTOBO_HTTP_LOCATION="otobo"
## Type: string
## Default: $OTOBO_ROOT/bin/otobo.PostMaster.pl
#
# Location of the PostMaster.pl script.
#
OTOBO_POSTMASTER="$OTOBO_ROOT/bin/otobo.PostMaster.pl"
## Type: string
## Default: $OTOBO_ROOT/bin/otobo.CheckDB.pl
#
# Location of the CheckDB.pl script.
#
OTOBO_CHECKDB="$OTOBO_ROOT/bin/otobo.CheckDB.pl"
## Type: string
## Default: $OTOBO_ROOT/bin/otobo.CleanUp.pl
#
# Location of the CleanUp.pl script.
#
OTOBO_CLEANUP="$OTOBO_ROOT/bin/otobo.CleanUp.pl"
## Type: string
## Default: $OTOBO_ROOT/bin/otobo.Scheduler.pl
#
# Location of the Scheduler.pl script.
#
OTOBO_SCHEDULER="$OTOBO_ROOT/bin/otobo.Scheduler.pl"
## Type: string
## Default: "$OTOBO_SCHEDULER -a status | grep 'Running'"
#
# Command to get status of Scheduler
#
OTOBO_SCHEDULER_TEST="$OTOBO_SCHEDULER -a status | grep 'Running'"
# Type: string
## Default: rcotobo-scheduler
## ServiceRestart: otobo
#
# Init script to control the OTOBO Scheduler
#
OTOBO_USED_SCHEDULER_RCSCRIPT="rcotobo-scheduler"
## Type: string
## Default: $OTOBO_ROOT/var/spool
#
# Location of the OTOBO spool directory.
#
OTOBO_SPOOLDIR="$OTOBO_ROOT/var/spool"