From 84edc653a33f718f9034f82d837c498a371fa15b Mon Sep 17 00:00:00 2001 From: Ryan Christensen Date: Mon, 28 Oct 2013 00:38:23 -0500 Subject: [PATCH] Added example config.ini Added an example config.ini file so that users can just modify the values for their own setup. --- config.ini | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100755 config.ini diff --git a/config.ini b/config.ini new file mode 100755 index 0000000..b8af962 --- /dev/null +++ b/config.ini @@ -0,0 +1,26 @@ +[network details] +local_pfsense_ip = "10.0.1.1" +local_server_ip = "10.0.1.3" +wan_domain = "http://d4rk.co" ; include http:// +plex_server_ip = "http://10.0.1.3:32400" ; can be relative to server_ip, i.e. localhost, should include port (32400 by default) +plex_port = 32400 + +[credentials] +ssh_username = +ssh_password = +plex_username = +plex_password = + +[api keys] +forecast_api = +sabnzbd_api = + +[sab auto throttler] +ping_throttle = '70' ; This is the max ping you want your network to hit before auto throttling SABnzbd+ +sabSpeedLimitMax = '5120' ; This is the maximum speed in KBps you want SAB to be able to download at. +sabSpeedLimitMin = '256' ; This is the minimum speed in KBps you want SAB to be able to download at. (Value must be 1 or greater) + +[misc] +weather_lat = '40.784007' +weather_long = '-96.620592' +