2
0
mirror of https://github.com/therootcompany/greenlock.js.git synced 2025-03-05 16:20:44 +00:00
This commit is contained in:
AJ ONeal 2015-12-12 22:19:28 +00:00
parent 70a1fe923e
commit 2f4950a983

View File

@ -97,7 +97,8 @@ look at the wrapper `backend-python.js`.
#### bkDefualts
The arguments passed here (typically `webpathRoot`, `configDir`, etc) will be merged with
any `args` (typically `domains`, `email`, and `agreeTos`) bassed to the backend.
any `args` (typically `domains`, `email`, and `agreeTos`) and passed to the backend whenever
it is called.
Typically the backend wrapper will already merge any necessary backend-specific arguments.