summaryrefslogtreecommitdiff
blob: ae93c54f4f9468399ee318b6a954ab48817aa8f1 (plain)
1
2
3
4
5
6
7
8
9
# MooseFS HTTP/CGI server configuration.

# BIND_HOST: local address to listen on
# default: any
BIND_HOST="0.0.0.0"

# BIND_PORT: port to listen on
# default: 9425
BIND_PORT=9425