summaryrefslogtreecommitdiff
path: root/pcr-testing/beanstalkd/beanstalkd.conf
blob: d7a89d1995a5317e7b913a11f96d1dd98df02761 (plain)
1
2
3
4
5
6
7
8
9
10
11
## Defaults for the beanstalkd init script
## e.g. /etc/init.d/beanstalkd
##      /usr/lib/systemd/system/beanstalkd.service

BEANSTALKD_LISTEN_ADDR=127.0.0.1
BEANSTALKD_LISTEN_PORT=11300

# You can use BEANSTALKD_EXTRA to pass additional options.
# See beanstalkd(1) for a list of the available options.
# Uncomment the following line for persistent job storage.
#BEANSTALKD_EXTRA="-b /var/lib/beanstalkd"