Prevent pump.io from logging as a crude way to stop plaintext passwords

This commit is contained in:
Bob Mottram 2014-05-01 22:37:50 +01:00
parent da3ec04f02
commit 9c34913125
1 changed files with 2 additions and 2 deletions

View File

@ -4404,7 +4404,7 @@ Add the following, replacing /mypumpiodomainname.com/ with your domain name.
"urlPort": 443,
"hostname": "mypumpiodomainname.com",
"address": "localhost",
"nologger": false,
"nologger": true,
"serverUser": "pumpio",
"rejectUnauthorized": false,
"key": "/var/local/pump.io/keys/mypumpiodomainname.com.key",
@ -4412,7 +4412,7 @@ Add the following, replacing /mypumpiodomainname.com/ with your domain name.
"uploaddir": "/var/local/pump.io/uploads",
"debugClient": false,
"firehose": "ofirehose.example",
"logfile": "/var/local/pump.io/pump.io.log",
"logfile": "/dev/null",
"disableRegistration": false
}
#+END_SRC