add telemetry option to docs
这个提交包含在:
父节点
694caf3e72
当前提交
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
|
||||
});
|
||||
```
|
||||
|
||||
正在加载...
x
在新工单中引用
屏蔽一个用户