summaryrefslogtreecommitdiffstats
path: root/imagrc.toml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2016-07-16 22:36:06 +0200
committerMatthias Beyer <mail@beyermatthias.de>2016-07-25 17:02:38 +0200
commitd017f227575b7c82c864651e8710ba9f12095d09 (patch)
treea8e9aa5a784963dc2028f04aa22d04032d3f27ef /imagrc.toml
parent8687e0a1a9d58512de9663d1732bd798ddd5bdb6 (diff)
Add setting in imagrc, to allow implictely creating the store path
Diffstat (limited to 'imagrc.toml')
-rw-r--r--imagrc.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/imagrc.toml b/imagrc.toml
index f11659e1..82a2dae3 100644
--- a/imagrc.toml
+++ b/imagrc.toml
@@ -3,6 +3,10 @@
[store]
+# Set to false if you do not want imag to create the directory where the store
+# lives implicitely
+implicit-create = false
+
# 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.