diff --git a/config.toml b/config.toml index 2fd387b3..dc614d96 100644 --- a/config.toml +++ b/config.toml @@ -8,7 +8,7 @@ SeedRatioStop = 1.50 #automatically stops the torrent after it reaches this seeding ratio #Relative or absolute path accepted, the server will convert any relative path to an absolute path. - DefaultMoveFolder = 'downloads' #default path that a finished torrent is symlinked to after completion. Torrents added via RSS will default here + DefaultMoveFolder = 'Z:\downloads' #default path that a finished torrent is symlinked to after completion. Torrents added via RSS will default here TorrentWatchFolder = 'torrentUpload' #folder path that is watched for .torrent files and adds them automatically every 5 minutes #Limits your upload and download speed globally, all are averages and not burst protected (usually burst on start). @@ -25,13 +25,13 @@ [notifications] - PushBulletToken = "" #add your pushbullet api token here to notify of torrent completion to pushbullet + PushBulletToken = "o.8sUHemPkTCaty3u7KnyvEBN19EkeT63g" #add your pushbullet api token here to notify of torrent completion to pushbullet [reverseProxy] #This is for setting up goTorrent behind a reverse Proxy (with SSL, reverse proxy with no SSL will require editing the WSS connection to a WS connection manually) - ProxyEnabled = false #bool, either false or true + ProxyEnabled = true #bool, either false or true #URL is CASE SENSITIVE - BaseURL = "domain.com/subroute/" # MUST be in the format (if you have a subdomain, and must have trailing slash) "yoursubdomain.domain.org/subroute/" + BaseURL = "derajnet.duckdns.org/gopher/" # MUST be in the format (if you have a subdomain, and must have trailing slash) "yoursubdomain.domain.org/subroute/" [EncryptionPolicy] diff --git a/goTorrentWebUI/src/TopMenu/Modals/SettingsModal/addSettingsModal.js b/goTorrentWebUI/src/TopMenu/Modals/SettingsModal/addSettingsModal.js index 926ef067..e7ecedae 100644 --- a/goTorrentWebUI/src/TopMenu/Modals/SettingsModal/addSettingsModal.js +++ b/goTorrentWebUI/src/TopMenu/Modals/SettingsModal/addSettingsModal.js @@ -53,7 +53,7 @@ const inlineStyle = { } render() { - const { classes, onRequestClose, handleRequestClose, handleSubmit } = this.props; + const { classes, onClose, handleRequestClose, handleSubmit } = this.props; return (