summarylogtreecommitdiffstats
path: root/pkgdistcache.conf
blob: 8573795b5aa2dada824e5cb59dcbfa3c9b0f25f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
#
# pkgdistcache configuration file

{
  # The TCP port for the daemon to listen on
  'port': 12500,

  # Command to use to download files
  'download_cmd': "/usr/bin/curl -C - -f -# -o $o $u"
}