зеркало из
https://github.com/therootcompany/greenlock.js.git
synced 2024-11-16 17:29:00 +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
Ссылка в новой задаче
Block a user