example added

develop
Andreas Brückl 2016-06-01 08:12:46 +02:00
parent b362e4a61e
commit 5db603678a
1 changed files with 2 additions and 0 deletions

View File

@ -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"
* Default filter: test*
* Example: dbfilter_test = ['.*',] # for all Databases
* Example: dbfilter_test = ['db1','db2'] # only for databases 'db1' and 'db2'
""",
'author': 'camadeus Consulting GmbH',