summaryrefslogtreecommitdiffstats
path: root/imagrc.toml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2016-05-09 17:13:17 +0200
committerMatthias Beyer <mail@beyermatthias.de>2016-05-09 17:13:17 +0200
commit4d9ef9604c6549cb6d0c9e82a6883a504b405f0e (patch)
tree99a3c124712bf7b1f38ac49df7d47f5d5f778a31 /imagrc.toml
parent285832f45f235aff8d1e741ea8f481bde8cc2e28 (diff)
Add example configuration file
Diffstat (limited to 'imagrc.toml')
-rw-r--r--imagrc.toml27
1 files changed, 27 insertions, 0 deletions
diff --git a/imagrc.toml b/imagrc.toml
new file mode 100644
index 00000000..8c65046f
--- /dev/null
+++ b/imagrc.toml
@@ -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"