updated on Wed Jan 25 00:20:47 UTC 2012
[aur-mirror.git] / sabnzbd-git / sabnzbd.confd
blob8ccbd456b9afad898d2342b6b46a484479dc686c
1 # Set to 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, startarguments and your configfile
7 SABNZBD_USER="sabnzbd"
8 SABNZBD_GROUP="sabnzbd"
9 SABNZBD_CONF="/usr/share/sabnzbd/sabnzbd.ini"
10 SABNZBD_ARGS="-f ${SABNZBD_CONF} -s ${SABNZBD_IP}:${SABNZBD_PORT} -d"
12 # Put the session keys from Config > General here
13 SABNZBD_KEY=""
14 NZB_KEY=""
16 # If you use a username and password, change the following variable to
17 # "user:pass@"
18 SABNZBD_USPW=""