PKGBUILDs/aur/sabnzbd/sabnzbd.confd

19 lines
506 B
Plaintext
Raw Normal View History

2011-05-17 22:02:46 +00:00
# Set to the protocol, IP and port
SABNZBD_PROTOCOL="http"
SABNZBD_IP="127.0.0.1"
SABNZBD_PORT="8080"
2011-10-23 19:30:03 +00:00
# Set your default user/group, startarguments and your configfile
SABNZBD_USER="sabnzbd"
SABNZBD_GROUP="sabnzbd"
SABNZBD_CONF="/opt/sabnzbd/sabnzbd.ini"
SABNZBD_ARGS="-f ${SABNZBD_CONF} -s ${SABNZBD_IP}:${SABNZBD_PORT} -d"
# Put the session keys from Config > General here
SABNZBD_KEY=""
NZB_KEY=""
2011-05-17 22:02:46 +00:00
# If you use a username and password, change the following variable to
# "user:pass@"
SABNZBD_USPW=""