Update INSTALL.md

This commit is contained in:
Peter Rounce 2022-12-27 10:10:27 +00:00 committed by GitHub
parent 856fdc7a73
commit dd08241235
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -98,6 +98,7 @@ $ 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
@ -107,6 +108,7 @@ add email notifications for payments and fund receipt
`Environment="FUNCTION_EMAIL=ENABLE"`
`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