# Set this to zero to disable slimserver startup.
START=1

# This limits http access to the local host.
# Comment it out for network-wide access, or change 
# to enable a single interface.
HTTP_ADDR=127.0.0.1

# Change this to set a different port for http access. Note
# that setting this here will over-ride any change made in the web interface.
#HTTP_PORT=9000

# Comment out this line to enable cli access on the default port (9090)
# or change it for a non-standard port. Note
# that setting this here will over-ride any change made in the web interface.
CLI_PORT=0

# Change this to allow network-wide access to the CLI interface.
#CLI_ADDR=127.0.0.1

# To run slimserver as a particular group (for mp3 access) change this.
#GROUP="somegroup"

# Add any other parameters here.
PARAMS=""
