Add example configuration file
This commit is contained in:
parent
285832f45f
commit
4d9ef9604c
1 changed files with 27 additions and 0 deletions
27
imagrc.toml
Normal file
27
imagrc.toml
Normal file
|
@ -0,0 +1,27 @@
|
||||||
|
# This is a example configuration file for the imag suite.
|
||||||
|
# It is written in TOML
|
||||||
|
|
||||||
|
[store]
|
||||||
|
|
||||||
|
|
||||||
|
pre-create-hook-aspects = [ "debug" ]
|
||||||
|
post-create-hook-aspects = [ "debug" ]
|
||||||
|
|
||||||
|
pre-retrieve-hook-aspects = [ "debug" ]
|
||||||
|
post-retrieve-hook-aspects = [ "debug" ]
|
||||||
|
|
||||||
|
pre-update-hook-aspects = [ "debug" ]
|
||||||
|
post-update-hook-aspects = [ "debug" ]
|
||||||
|
|
||||||
|
pre-delete-hook-aspects = [ "debug" ]
|
||||||
|
post-delete-hook-aspects = [ "debug" ]
|
||||||
|
|
||||||
|
[store.aspects]
|
||||||
|
|
||||||
|
[[aspects.debug]]
|
||||||
|
parallel = false
|
||||||
|
|
||||||
|
[store.hooks]
|
||||||
|
|
||||||
|
[[hooks.debug]]
|
||||||
|
aspect = "debug"
|
Loading…
Reference in a new issue