# In order to disable ntopng use the approriate systemd or sysv tools.

# Space-separated list of interface ntopng should listen on. If empty ntopng
# will try to auto-detect the best interface.
#INTERFACES="eth0 wlan0"
INTERFACES=""

# Port on which ntopng will listen for the web-UI.
HTTP_PORT=3000

# Additional command-line arguments for ntopng.
ADD_ARGS=""
