Update INSTALL.md
This commit is contained in:
parent
0bc056fdb0
commit
856fdc7a73
1 changed files with 4 additions and 2 deletions
|
|
@ -98,14 +98,16 @@ $ xxd -r -p SendAddMonitor.macaroon.hex SendAddMonitor.macaroon
|
||||||
`Environment="LN_MACAROON_FILE=..."` update to point to new SendAddMonitor.macaroon
|
`Environment="LN_MACAROON_FILE=..."` update to point to new SendAddMonitor.macaroon
|
||||||
`Environment="FUNCTION_LNURLP=ENABLE`
|
`Environment="FUNCTION_LNURLP=ENABLE`
|
||||||
`cards.lnurlp_enable='Y'` in the database record
|
`cards.lnurlp_enable='Y'` in the database record
|
||||||
|
the lightning address will be *{cards.card_name}@{HOST_DOMAIN}*
|
||||||
#### email notifications (optional)
|
#### email notifications (optional)
|
||||||
add email notifications for payments and fund receipt
|
add email notifications for payments and fund receipt
|
||||||
`Environment="AWS_SES_ID=..."`
|
`Environment="AWS_SES_ID=..."`
|
||||||
`Environment="AWS_SES_SECRET=..."`
|
`Environment="AWS_SES_SECRET=..."`
|
||||||
`Environment="AWS_SES_EMAIL_FROM=..."`
|
`Environment="AWS_SES_EMAIL_FROM=..."`
|
||||||
`Environment="FUNCTION_EMAIL=ENABLE"`
|
`Environment="FUNCTION_EMAIL=ENABLE"`
|
||||||
`cards.email_address='card.notifications@yourdomain.com'`
|
`cards.email_address='card.notifications@yourdomain.com'`
|
||||||
`cards.email_enable='Y'`
|
`cards.email_enable='Y'`
|
||||||
|
the email address will be *{cards.email_address}@{HOST_DOMAIN}*
|
||||||
#### production use
|
#### production use
|
||||||
ensure that LOG_LEVEL is set to PRODUCTION
|
ensure that LOG_LEVEL is set to PRODUCTION
|
||||||
ensure that all secrets are minimally available
|
ensure that all secrets are minimally available
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue