updated on Mon Jan 16 20:00:43 UTC 2012
[aur-mirror.git] / sabnzbd / sabnzbd.confd
blob30c98e6c1b3f7b48c9b2f723c31e38ad8987e77e
1 # Set the protocol, IP and port
2 SABNZBD_PROTOCOL="http"
3 SABNZBD_IP="127.0.0.1"
4 SABNZBD_PORT="8080"
6 # Set your default user/group(id), startarguments and your configfile
7 USE_SYSTEM_IDS="1"
8 SABNZBD_DIR="/opt/sabnzbd"
9 #SABNZBD_UID="423"
10 #SABNZBD_GID="423"
11 SABNZBD_USER="sabnzbd"
12 SABNZBD_GROUP="sabnzbd"
13 #SABNZBD_AGROUP="users"     # separate groups by ,
14 SABNZBD_CONF="${SABNZBD_DIR}/sabnzbd.ini"
15 SABNZBD_ARGS="-f ${SABNZBD_CONF} -s ${SABNZBD_IP}:${SABNZBD_PORT} -d"
17 # Put the session keys from Config > General here
18 SABNZBD_KEY=""
19 NZB_KEY=""
21 # If you use a username and password, change the following variable to
22 # "user:pass@"
23 SABNZBD_USPW=""