diff 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
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/config.ini	Mon Nov 26 16:08:27 2018 +0100
@@ -0,0 +1,32 @@
+[URL]
+# URL of the tracker
+BaseURL =
+
+[LOGIN]
+Username =
+Password =
+
+[DB]
+# Path of the database in which the data is to be stored.
+DatabaseFile =
+
+[SEARCH]
+# Determines whether priorities or statuses are counted (default: prio).
+Search = prio/status
+
+# Determines which priorities are searched for.
+# (Default if 'Search=prio': critical, urgent, bug, feature, wish)
+# (Default if 'Search=status': All priorities that are available in the Tracker, also 'None'.)
+Priority =
+
+# If True is selected, the issues that have no priority are also counted (default: False).
+IncludeNoPrio = True/False
+
+# Determines which statuses are searched for.
+# (Default if 'Search=status': unread, deferred, chatting, need-eg, in-progress, testing, done-cbb)
+# (Default if 'Search=prio': All statuses that are available in the Tracker.)
+Status =
+
+# Determines which keywords are searched for.
+# (default: Keywords are not included in the search.)
+Keywords =
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)