summaryrefslogtreecommitdiffstats
path: root/examples/conf.default
blob: f7e32a77cd0bb7ea1ec45ed8dd11d436f81e3019 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# 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

# Whether to print verbose informational messages.
# Default: false
conf_verbose=false

# Whether to compress package index files with gzip.
# Default: true
conf_gzip=true

# The usign secret key with which to sign package index files, or an empty
# string to disable signing.
# Default: ''
conf_key=''