aboutsummaryrefslogtreecommitdiffstats
path: root/pacman/pacredir
blob: 9df0184dee37f545a5bcf968c633f3f52a0aaa2a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
# Make sure local service pacredir is running!

# This is a regular server, so pacredir receives requests for database
# files, but it is also accounted for server error limit.
Server = http://127.0.0.1:7077/

# Add a cache server with different address to make sure pacman requests
# package files from pacredir in case the address above was caught by
# pacman's server error limit.
CacheServer = http://127.0.0.2:7077/