镜像自地址
https://github.com/therootcompany/greenlock.js.git
已同步 2026-03-24 17:46:54 +00:00
letiny-core -> core to avoid confusion
这个提交包含在:
父节点
3b05e74073
当前提交
0b9c9bd1ee
2
index.js
2
index.js
@ -32,7 +32,7 @@ LE.create = function (defaults, handlers, backend) {
|
||||
b = defaults; d = handlers; h = backend;
|
||||
defaults = d; handlers = h; backend = b;
|
||||
}
|
||||
if (!backend) { backend = require('./lib/letiny-core'); }
|
||||
if (!backend) { backend = require('./lib/core'); }
|
||||
if (!handlers) { handlers = {}; }
|
||||
if (!handlers.lifetime) { handlers.lifetime = 90 * 24 * 60 * 60 * 1000; }
|
||||
if (!handlers.renewWithin) { handlers.renewWithin = 3 * 24 * 60 * 60 * 1000; }
|
||||
|
||||
正在加载...
x
在新工单中引用
屏蔽一个用户