Updated CLI Configuration Options (markdown)

master
Zlatin Balevsky 2019-11-18 10:48:03 +00:00
parent ff00510cfd
commit 1eeece79cf
1 changed files with 2 additions and 0 deletions

@ -12,6 +12,8 @@ These go in $HOME/.MuWire/MuWire.properties
* *updateCheckInterval* (integer) How often to check for MuWire updates. Value is in hours. Default is 24 hours.
* *autoDownloadUpdate* (true/false) Whether to download new MuWire updates automatically. If set to false, you will only receive a notification that a new version is available. Default is true
* *shareDownloadedFiles* (true/false) Whether to automatically share files you have downloaded. Default is true.
* *downloadLocation* (path) Absolute path to directory where downloaded files should be saved. Defaults to $HOME
* *incompleteLocation* (path) Absolute path to directory where downloads in progress should be stored. Defaults to $HOME/.MuWire/incompletes
* *shareHiddenFiles* (true/false) Whether to share hidden files. Default is false.
* *searchComments* (true/false) Whether to search in the comments of shared files for keywords matching your query. Default is true.
* *browseFiles* (true/false) Whether to allow others to browse your files. Default is true.