1
0
Fork 0
mirror of https://github.com/Jonny007-MKD/OTR-DecodeAll synced 2024-05-02 20:54:06 +02:00

Update README.md

This commit is contained in:
Jonny007-MKD 2015-03-06 16:58:21 +01:00
parent 176e5604c5
commit 82ed3f1101

View file

@ -10,7 +10,7 @@ Configuration
The config file provides a default configuration. Some parts can be overridden by command line parameters, other variables shall use those parameters. Thus the config file is divided in two parts (functions): funcConfigPre and funcConfigPost.
In funcConfigPre the following values have to be set:
user="OTR-User"
user="OTR-Email"
pass="OTR-Password"
delugeDir="/etc/deluged" # Config dir of DelugeD
@ -31,7 +31,8 @@ In funcConfigPre the following values have to be set:
logLevel=2 # level, which messages shall be written into the log.
echoLevel=5 # level, which messages shall be written to stdout.
In funcConfigPost you can use the above variables. Their content may be modified by command line parameters.
In funcConfigPost you can use the variables from above. Their content may be modified by command line parameters.
cmdDecode="/usr/bin/otrtool" # path to otrkey decoder
cmdDecodeArgs="-x -e $user -p $pass -D $uncutDir" # for peropeters otrdecoder