Mercurial > roundup-cc
comparison config.ini @ 34:916fa83b4144
Clean up repository. 'Update README.creole'
* /doc added for the old demos.
* Added comments to config.ini.
author | Magnus Schieder <mschieder@intevation.de> |
---|---|
date | Mon, 26 Nov 2018 16:08:27 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
33:946b9f458fcc | 34:916fa83b4144 |
---|---|
1 [URL] | |
2 # URL of the tracker | |
3 BaseURL = | |
4 | |
5 [LOGIN] | |
6 Username = | |
7 Password = | |
8 | |
9 [DB] | |
10 # Path of the database in which the data is to be stored. | |
11 DatabaseFile = | |
12 | |
13 [SEARCH] | |
14 # Determines whether priorities or statuses are counted (default: prio). | |
15 Search = prio/status | |
16 | |
17 # Determines which priorities are searched for. | |
18 # (Default if 'Search=prio': critical, urgent, bug, feature, wish) | |
19 # (Default if 'Search=status': All priorities that are available in the Tracker, also 'None'.) | |
20 Priority = | |
21 | |
22 # If True is selected, the issues that have no priority are also counted (default: False). | |
23 IncludeNoPrio = True/False | |
24 | |
25 # Determines which statuses are searched for. | |
26 # (Default if 'Search=status': unread, deferred, chatting, need-eg, in-progress, testing, done-cbb) | |
27 # (Default if 'Search=prio': All statuses that are available in the Tracker.) | |
28 Status = | |
29 | |
30 # Determines which keywords are searched for. | |
31 # (default: Keywords are not included in the search.) | |
32 Keywords = |