summaryrefslogtreecommitdiff
path: root/obnam/defaultconfig.py
diff options
context:
space:
mode:
Diffstat (limited to 'obnam/defaultconfig.py')
-rw-r--r--obnam/defaultconfig.py26
1 files changed, 0 insertions, 26 deletions
diff --git a/obnam/defaultconfig.py b/obnam/defaultconfig.py
deleted file mode 100644
index 63a5c401..00000000
--- a/obnam/defaultconfig.py
+++ /dev/null
@@ -1,26 +0,0 @@
-# This module has the default config values. It will be overwritten by
-# "make install". The values here are suitable for development purposes,
-# but not for real use.
-
-items = (
- ("backup", "host-id", ""),
- ("backup", "block-size", "%d" % (1024 * 1024)),
- ("backup", "cache", "tmp.cache"),
- ("backup", "store", "tmp.store"),
- ("backup", "ssh-key", "ssh-key"),
- ("backup", "target-dir", "."),
- ("backup", "object-cache-size", "0"),
- ("backup", "log-file", ""),
- ("backup", "log-level", "warning"),
- ("backup", "odirect-read", "./odirect_read"),
- ("backup", "odirect-pipe", "./odirect_pipe"),
- ("backup", "gpg-home", "sample-gpg-home"),
- ("backup", "gpg-encrypt-to", "490C9ED1"),
- ("backup", "gpg-sign-with", "490C9ED1"),
- ("backup", "no-gpg", "false"),
- ("backup", "exclude", ""),
- ("backup", "report-progress", "false"),
- ("backup", "generation-times", "false"),
-)
-
-default_paths = []