mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-23 19:25:25 +03:00
10 lines
181 B
Text
10 lines
181 B
Text
# 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
|
|
|