# Address to bind the graphite-api-gunicorn to
GRAPHITE_API_ADDRESS=127.0.0.1

# Port to bind the registry to
GRAPHITE_API_PORT=8888

# Number of workers to handle the connections
GUNICORN_WORKERS=4
