LN invoice expiry param & use it for ctx timeout

This commit is contained in:
xx979xx 2024-06-03 13:33:30 +03:00
parent 5564bd95c3
commit b3ac9e0a6c
4 changed files with 16 additions and 2 deletions

View file

@ -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');