# This file is not used when using systemd.
# Use "systemctl edit graphite-api" instead.

# IP address and TCP port to listen. Can be a Unix socket too (eg
# unix:/var/run/graphite-api/gunicorn.sock)
DAEMON_ARGS="--bind=127.0.0.1:8542 $DAEMON_ARGS"

# Number of workers to use
DAEMON_ARGS="--workers=1 $DAEMON_ARGS"
