UNPKG

lisa-box

Version:
15 lines 389 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); const domains = []; if (process.env.DOMAIN) { domains.push(process.env.DOMAIN); } exports.greenlock = { enabled: false, debug: true, server: 'staging', email: process.env.EMAIL || 'john.doe@example.com', agreeTos: true, approveDomains: domains }; //# sourceMappingURL=greenlock.js.map