summarylogtreecommitdiffstats
path: root/beanstalkd.conf
blob: 29aede1c52cea047169d973c2ec101721f5327ae (plain)
1
2
3
4
5
6
7
8
9
10
## Defaults for the beanstalkd init script, /etc/init.d/beanstalkd on
## Debian systems.

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"