Add entry in example config file

This commit is contained in:
Matthias Beyer 2016-05-26 18:42:20 +02:00
parent 2ad5cb48aa
commit 376832631a
1 changed files with 4 additions and 0 deletions

View File

@ -3,6 +3,10 @@
[store]
# Hooks which get executed right before the Store is closed.
# They get the store path as StoreId passed, so they can alter the complete
# store, so these hooks should be chosen carefully.
store-unload-hook-aspects = [ "debug" ]
pre-create-hook-aspects = [ "debug" ]
post-create-hook-aspects = [ "debug" ]