Browse Source

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

Bob Mottram 11 years ago
parent
commit
9c34913125
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      beaglebone.txt

+ 2
- 2
beaglebone.txt View File

4404
     "urlPort": 443,
4404
     "urlPort": 443,
4405
     "hostname":  "mypumpiodomainname.com",
4405
     "hostname":  "mypumpiodomainname.com",
4406
     "address":  "localhost",
4406
     "address":  "localhost",
4407
-    "nologger":  false,
4407
+    "nologger":  true,
4408
     "serverUser":  "pumpio",
4408
     "serverUser":  "pumpio",
4409
 	"rejectUnauthorized": false,
4409
 	"rejectUnauthorized": false,
4410
     "key":  "/var/local/pump.io/keys/mypumpiodomainname.com.key",
4410
     "key":  "/var/local/pump.io/keys/mypumpiodomainname.com.key",
4412
     "uploaddir": "/var/local/pump.io/uploads",
4412
     "uploaddir": "/var/local/pump.io/uploads",
4413
     "debugClient": false,
4413
     "debugClient": false,
4414
     "firehose": "ofirehose.example",
4414
     "firehose": "ofirehose.example",
4415
-	"logfile": "/var/local/pump.io/pump.io.log",
4415
+	"logfile": "/dev/null",
4416
     "disableRegistration": false
4416
     "disableRegistration": false
4417
 }
4417
 }
4418
 #+END_SRC
4418
 #+END_SRC