1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-08-13 17:03:45 -04:00

* easy-to-enable proxy settings

This commit is contained in:
Reinhard Pointner 2012-03-17 18:54:44 +00:00
parent 8204d07434
commit c739552c9a
2 changed files with 8 additions and 0 deletions

View File

@ -4,3 +4,7 @@
# memory settings # memory settings
-Xmx256m -Xmx256m
# proxy settings
# -Dhttp.proxyHost=localhost
# -Dhttp.proxyPort=8888

View File

@ -10,6 +10,10 @@
-Djna.library.path="%EXEDIR%" -Djna.library.path="%EXEDIR%"
-Djava.library.path="%EXEDIR%" -Djava.library.path="%EXEDIR%"
# proxy settings
# -Dhttp.proxyHost=localhost
# -Dhttp.proxyPort=8888
# store preferences to text file # store preferences to text file
-Djava.util.prefs.PreferencesFactory=net.sourceforge.tuned.prefs.FilePreferencesFactory -Djava.util.prefs.PreferencesFactory=net.sourceforge.tuned.prefs.FilePreferencesFactory
-Dnet.sourceforge.tuned.prefs.file=prefs.properties -Dnet.sourceforge.tuned.prefs.file=prefs.properties