Prevent pump.io from logging as a crude way to stop plaintext passwords
This commit is contained in:
parent
da3ec04f02
commit
9c34913125
|
@ -4404,7 +4404,7 @@ Add the following, replacing /mypumpiodomainname.com/ with your domain name.
|
||||||
"urlPort": 443,
|
"urlPort": 443,
|
||||||
"hostname": "mypumpiodomainname.com",
|
"hostname": "mypumpiodomainname.com",
|
||||||
"address": "localhost",
|
"address": "localhost",
|
||||||
"nologger": false,
|
"nologger": true,
|
||||||
"serverUser": "pumpio",
|
"serverUser": "pumpio",
|
||||||
"rejectUnauthorized": false,
|
"rejectUnauthorized": false,
|
||||||
"key": "/var/local/pump.io/keys/mypumpiodomainname.com.key",
|
"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",
|
"uploaddir": "/var/local/pump.io/uploads",
|
||||||
"debugClient": false,
|
"debugClient": false,
|
||||||
"firehose": "ofirehose.example",
|
"firehose": "ofirehose.example",
|
||||||
"logfile": "/var/local/pump.io/pump.io.log",
|
"logfile": "/dev/null",
|
||||||
"disableRegistration": false
|
"disableRegistration": false
|
||||||
}
|
}
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
Loading…
Reference in New Issue