#---------------------------------------------------------------------------------- # /etc/config.d/slims - configuration for slimserver services on EIS/FAIR # # Copyright (c) 2001-2024 The Eisfair Team, team(at)eisfair(dot)org # Creation: 2006-06-05 jed # Last Update: $Id$ # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. #---------------------------------------------------------------------------------- #---------------------------------------------------------------------------------- # general settings #---------------------------------------------------------------------------------- START_SLIMS='no' # start antispam daemon: yes or no SLIMS_ALLOWED_ADDRESSES='' # allow connections from given addresses SLIMS_LISTEN_PORT='9000' # port on which SlimServer is listening # for inbound traffic, default is '9000' SLIMS_WEB_AUTH='no' # use web authentication: yes or no SLIMS_WEB_USER='' # username SLIMS_WEB_PASS='' # password SLIMS_AUDIO_PATH='' # audio file path SLIMS_COVER_PATH='' # cover file path SLIMS_PLAYLIST_PATH='' # playlist file path SLIMS_MANUAL_CONFIGURATION='yes' # use manual configuration: yes or no #------------------------------------------------------------------------------ # slims: log handling # # Here you can specify how many logs should be saved and in with interval. # # Example: # SLIMS_LOG_COUNT='10' - save the last 10 log files # SLIMS_LOG_INTERVAL='daily' - save one log file per day #------------------------------------------------------------------------------ SLIMS_LOG_COUNT='10' # number of log files to save SLIMS_LOG_INTERVAL='weekly' # interval: daily, weekly, monthly #---------------------------------------------------------------------------------- # End #----------------------------------------------------------------------------------