
# Number of working threads (connection pools).
GLB_THREADS="2"

# Host to listen for control requests on.
GLB_CONTROL_HOST="127.0.0.1"

# Port to listen for control requests on.
GLB_CONTROL_PORT="3333"

# Where to listen for incoming TCP connections.
#   [IP:]PORT
GLB_LISTEN="3300"

# A space-separated list of destinations,
# in the form address:port:weight.
#   [H1[:P1[:W1]]] [H2[:P2[:W2]]] ...
GLB_TARGETS=""
