include telemetry info

This commit is contained in:
AJ ONeal 2018-11-14 12:28:11 -07:00
부모 abe081387d
커밋 32ba67ab6c
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제

파일 보기

@ -164,6 +164,7 @@ var greenlock = require('greenlock').create({
, agreeTos: true // Accept Let's Encrypt v2 Agreement
, communityMember: true // Get (rare) non-mandatory updates about cool greenlock-related stuff (default false)
, securityUpdates: true // Important and mandatory notices related to security or breaking API changes (default true)
, telemetry: true // Contribute project telemetry (default true)
, approveDomains: approveDomains
});