From 856fdc7a73d307faf8f8fdc8a1255a0024f0ab66 Mon Sep 17 00:00:00 2001 From: Peter Rounce Date: Tue, 27 Dec 2022 10:09:35 +0000 Subject: [PATCH] Update INSTALL.md --- docs/INSTALL.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/INSTALL.md b/docs/INSTALL.md index 263a715..cbfb9c8 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -98,14 +98,16 @@ $ xxd -r -p SendAddMonitor.macaroon.hex SendAddMonitor.macaroon `Environment="LN_MACAROON_FILE=..."` update to point to new SendAddMonitor.macaroon `Environment="FUNCTION_LNURLP=ENABLE` `cards.lnurlp_enable='Y'` in the database record +the lightning address will be *{cards.card_name}@{HOST_DOMAIN}* #### email notifications (optional) add email notifications for payments and fund receipt `Environment="AWS_SES_ID=..."` `Environment="AWS_SES_SECRET=..."` `Environment="AWS_SES_EMAIL_FROM=..."` `Environment="FUNCTION_EMAIL=ENABLE"` -`cards.email_address='card.notifications@yourdomain.com'` -`cards.email_enable='Y'` +`cards.email_address='card.notifications@yourdomain.com'` +`cards.email_enable='Y'` +the email address will be *{cards.email_address}@{HOST_DOMAIN}* #### production use ensure that LOG_LEVEL is set to PRODUCTION ensure that all secrets are minimally available