# cat=basic/enable; type=boolean; label=Enable post-processing hook for extension mailformplus
enable_hook_mailformplus = 0
# cat=basic/other; type=string; label=Define Storage objects for referrer tracking (only db is currently supported)
referrer_storage = db
# cat=basic/other; type=int; label=Defines maximum lifetime of referer information in storage container (minutes, no thousand/decimal separator)
referer_lifetime = 525600
# cat=basic/other; type=string; label=DSN for 2nd (external) logging database mysql://username
external_db =
TSConstantEditor.basic {
description = 1 Example DSN string:
mysql://username:passwd@host/dbname
1=external_db
}