# Here you can add Vars that may be accessed 
# through SWAMP.getProperty(String key)
# Values with @..@ are autogenerated from conf/<hostname>.properties 
# by ant during build

SWAMP_VERSION=1.6.2beta

WORKFLOW_LOCATION=$SWAMP_HOME/conf/workflows
TEMPLATES_LOCATION=$SWAMP_HOME/conf/notifications
DOCU_LOCATION=$SWAMP_HOME/../templates/app/docs
TORQUE_PROP_FILE=$SWAMP_HOME/conf/Torque.properties

# Size of Workflow-Cache (The latest used Workflows are held in memory)
WF_CACHE_SIZE=8000

# configuration of the connection to the bugzilla server 
BUGZILLA_LOGIN_URL=https://bugzilla.novell.com/ICSLogin/auth-up
BUGZILLA_LOGIN_FORM_USERNAME=username
BUGZILLA_LOGIN_FORM_PWD=password
BUGZILLA_BROWSERURL=https://bugzilla.novell.com/show_bug.cgi?id=
BUGZILLA_QUERYURL=https://bugzilla.novell.com/show_bug.cgi?ctype=xml&id=
BUGZILLA_POSTURL=https://bugzilla.novell.com/process_bug.cgi?ctype=xml
BUGZILLA_USER=
BUGZILLA_PASSWORD=

# The Graph is generated to the Webapp dir
GRAPH_DIR=$SWAMP_HOME/../var/graphs

# Directory of workflow attachments
ATTACHMENT_DIR=/srv/tomcat6/temp

# Mail config. MAILDEBUG=true means that all mails go to POSTMASTER
POSTMASTER=swamp@please_change.swamp  	  	  	  	  	  	  	  	  	
MAILSERVER=localhost
MAILDEBUG=true

# Standard locale of this SWAMP server (users may configure their own.)
# 2-letter ISO-639 code. 
LOCALE=en

# This option enables restrictions for workflow embedded groovy scripts. 
# If turned off the scripts have access to the complete vm.
GROOVY_SECURE_MODE=true
# check all embedded scripts with the interpreter, slows down server startup
SCRIPT_VERIFY_ON_STARTUP=true

# Class used for authenticating users: 
# available are: de.suse.swamp.core.security.SWAMPDBUserManager and ...SWAMPLDAPUserManager
AUTH_CLASS=de.suse.swamp.core.security.SWAMPDBUserManager

# if you use de.suse.swamp.core.security.SWAMPLDAPUserManager as authenticating class
# add the LDAP parameters here: 
LDAP_BIND_URL = ldap://ldapserver:389
# only needed if the server requires a bind user to do queries
LDAP_BIND_USER =
LDAP_BIND_PASS =
# %s will get replaced with the username
LDAP_USER_BASEDN = o\=company
LDAP_USER_SEARCH = (&(objectClass=Person) (cn= %s))


# autogenerated info on when this SWAMP was built
BUILDTIME="01.05.2009 4:50:12"
BUILDHOST="build22" 

