Add entry in example config file
This commit is contained in:
parent
2ad5cb48aa
commit
376832631a
1 changed files with 4 additions and 0 deletions
|
@ -3,6 +3,10 @@
|
||||||
|
|
||||||
[store]
|
[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" ]
|
pre-create-hook-aspects = [ "debug" ]
|
||||||
post-create-hook-aspects = [ "debug" ]
|
post-create-hook-aspects = [ "debug" ]
|
||||||
|
|
Loading…
Reference in a new issue