From bc8c9b9e2b8553355a785f486367dcd3fdda5e4c Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Fri, 11 Oct 2013 17:28:41 -0400 Subject: examples/conf.default: New file. --- (limited to 'examples') diff --git a/examples/conf.default b/examples/conf.default new file mode 100644 index 0000000..95f7814 --- /dev/null +++ b/examples/conf.default @@ -0,0 +1,17 @@ +# Archive configuration +# +# Put this in your archive base directory as a file named "conf" and modify it +# to your needs. + +# The channel into which changes are included. +# Default: 'dev' +conf_incoming_channel='dev' + +# The directory to scan for incoming changes, relative to the archive base +# directory. +# Default: '../incoming' +conf_incoming_dir='../incoming' + +# The delay after which unreferenced pool files should be removed. +# Default: 86400 (1 day) +conf_pool_gc_delay=86400 -- cgit v0.9.1