example added
parent
b362e4a61e
commit
5db603678a
|
|
@ -29,6 +29,8 @@ Test Environment
|
||||||
===========================
|
===========================
|
||||||
* Shows the message "Test" in the background if the database matches the regular expression of the config paramter "dbfilter_test"
|
* Shows the message "Test" in the background if the database matches the regular expression of the config paramter "dbfilter_test"
|
||||||
* Default filter: test*
|
* Default filter: test*
|
||||||
|
* Example: dbfilter_test = ['.*',] # for all Databases
|
||||||
|
* Example: dbfilter_test = ['db1','db2'] # only for databases 'db1' and 'db2'
|
||||||
|
|
||||||
""",
|
""",
|
||||||
'author': 'camadeus Consulting GmbH',
|
'author': 'camadeus Consulting GmbH',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue