A task management system. At least this was the initial idea. Basically this it the base code for the taskrambler framework.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

23 lines
633 B

##
# basic configuration file for taskrambler
#
# syntax: <ws><key><ws><value><ws>
#
# <ws> ::= any whitespace as defined by isspace
# <key> ::= any character except whitespace
# <value> ::= <string> | <number>
# <string> ::= <quote>any character<quote>
# <quote> ::= " | '
# <number> ::= <digit><number>
# <digit> ::= 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9
#
# Whitespaces at the beginning or the end of a line are
# ignored.
# everything after a # is ignored.
#
ldap_base "ou=user,dc=yabrog,dc=weird-web-workers,dc=org"
ldap_host "ldap://hosted/"
assets_dir "@trdatadir@"
runtime_dir "@trstatedir@"
port 11212