## 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"
