mirror of
https://github.com/therootcompany/greenlock-express.js.git
synced 2025-02-23 21:28:05 +00:00
add telemetry option to docs
This commit is contained in:
parent
694caf3e72
commit
def4f6fcb9
@ -138,6 +138,9 @@ require('greenlock-express').create({
|
||||
// Join the community to get notified of important updates and help me make greenlock better
|
||||
, communityMember: true
|
||||
|
||||
// Contribute telemetry data to the project
|
||||
, telemetry: true
|
||||
|
||||
//, debug: true
|
||||
|
||||
}).listen(80, 443);
|
||||
@ -285,6 +288,9 @@ var glx = require('greenlock-express').create({
|
||||
, webrootPath: '/tmp/acme-challenges'
|
||||
})
|
||||
|
||||
// Contribute telemetry data to the project
|
||||
, telemetry: true
|
||||
|
||||
, approveDomains: approveDomains
|
||||
});
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user