Mercurial > roundup-cc
comparison examples/config.ini @ 26:761ee2351f58
Change the parameter read in.
* The structure was changed and better names used.
author | Magnus Schieder <mschieder@intevation.de> |
---|---|
date | Tue, 13 Nov 2018 17:55:10 +0100 |
parents | examples/config3.ini@3bb3d9a9f1b7 |
children | 916fa83b4144 |
comparison
equal
deleted
inserted
replaced
25:7161ce4e7ab1 | 26:761ee2351f58 |
---|---|
1 [URL] | |
2 BaseURL = http://localhost:8917/demo/ | |
3 | |
4 [LOGIN] | |
5 Username = demo | |
6 Password = demo | |
7 | |
8 [DB] | |
9 DatabaseFile = ./demo.db | |
10 | |
11 [SEARCH] | |
12 Search = prio | |
13 Keywords = keywords1, keyword2, keyword3 | |
14 Priority = critical, urgent, bug, feature, wish | |
15 Status = unread, deferred, chatting, need_eg, in_progress, testing, done_cbb, resolved | |
16 IncludeNoPrio = True |