# Orangutan orangutan.changelog = Changelog # path to changelog file orangutan.display_name = "%f %s" # %f - first name, %s - last name, %j - jabber id, # %l - login, %m - email # Admins admin.creator = user@localhost # creator jid - will send bug reports etc admin.manager = user@localhost # manager jid - will send project requests etc # Paths users.directory = Users # where to store users files users.data = Data # users data directory # Contexts contexts.directory = Contexts # where contexts are stored contexts.exclude = NonASCII # denies non-ascii # specify contexts to exclude contexts.exclude = Presence # not used # from users' queues contexts.exclude = ShowHolidays # supports only UA # Monkeys monkeys.directory = Monkeys # where monkeys are stored monkeys.redmonkey = redmonkey@localhost # username of monkey # Jabber jabber.hostname = localhost # address of jabber server jabber.port = 5222 # jabber server port jabber.name = Orangutan # bot visible name jabber.username = orangutan # bot jabber username jabber.password = ******** # bot jabber password jabber.resource = Bot # jabber resource #jabber.component = gmail.com # use domain part of account for gTalk #jabber.debug = 0 # for debugging jabber.tls = 1 # try TLS # Database db.hostname = localhost # database server address db.database = redmine # database name db.username = sqluser # user to access database db.password = ******** # database password db.timeout = 30 # connect timeout # Redmine redmine.same_login = 0 # useful for LDAP redmine.dayoffs_project_id = 20 # project for dayoffs redmine.description_max_length = 255 redmine.base_url = http://redmine.domain # Statuses statuses.progress = "In Estimation" # set to statuses indicating that statuses.progress = "In Progress" # an issue is in progress statuses.progress = "In Testing" # Logs logs.directory = Logs # logs directory