LN invoice expiry param & use it for ctx timeout
This commit is contained in:
parent
5564bd95c3
commit
b3ac9e0a6c
4 changed files with 16 additions and 2 deletions
|
|
@ -31,3 +31,4 @@ INSERT INTO settings (name, value) VALUES ('LNDHUB_URL', '');
|
|||
INSERT INTO settings (name, value) VALUES ('FUNCTION_INTERNAL_API', '');
|
||||
INSERT INTO settings (name, value) VALUES ('SENDGRID_API_KEY', '');
|
||||
INSERT INTO settings (name, value) VALUES ('SENDGRID_EMAIL_SENDER', '');
|
||||
INSERT INTO settings (name, value) VALUES ('LN_INVOICE_EXPIRY_SEC', '3600');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue