Skip to content

Commit

Permalink
Added example config.ini
Browse files Browse the repository at this point in the history
Added an example config.ini file so that users can just modify the values for their own setup.
  • Loading branch information
d4rk22 committed Oct 28, 2013
1 parent 89ab145 commit 84edc65
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions config.ini
Original file line number Diff line number Diff line change
@@ -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'

0 comments on commit 84edc65

Please sign in to comment.