Udpate setting.sql and docs
This commit is contained in:
parent
7f8229cad0
commit
294a4eb054
3 changed files with 3 additions and 0 deletions
|
|
@ -106,6 +106,7 @@ add email notifications for payments and fund receipt
|
||||||
`AWS_SES_ID=..."` (settings table)
|
`AWS_SES_ID=..."` (settings table)
|
||||||
`AWS_SES_SECRET=..."` (settings table)
|
`AWS_SES_SECRET=..."` (settings table)
|
||||||
`AWS_SES_EMAIL_FROM=..."` (settings table)
|
`AWS_SES_EMAIL_FROM=..."` (settings table)
|
||||||
|
`AWS_REGION=...` (settings table)
|
||||||
`FUNCTION_EMAIL=ENABLE"` (settings table)
|
`FUNCTION_EMAIL=ENABLE"` (settings table)
|
||||||
`cards.email_address='card.notifications@yourdomain.com'`
|
`cards.email_address='card.notifications@yourdomain.com'`
|
||||||
`cards.email_enable='Y'`
|
`cards.email_enable='Y'`
|
||||||
|
|
|
||||||
|
|
@ -26,6 +26,7 @@ Here are the descriptions of values available to use in the `settings` table:
|
||||||
| AWS_SES_ID | | Amazon Web Services - Simple Email Service - access id |
|
| AWS_SES_ID | | Amazon Web Services - Simple Email Service - access id |
|
||||||
| AWS_SES_SECRET | | Amazon Web Services - Simple Email Service - access secret |
|
| AWS_SES_SECRET | | Amazon Web Services - Simple Email Service - access secret |
|
||||||
| AWS_SES_EMAIL_FROM | | Amazon Web Services - Simple Email Service - email from field |
|
| AWS_SES_EMAIL_FROM | | Amazon Web Services - Simple Email Service - email from field |
|
||||||
|
| AWS_REGION | | Amazon Web Services - Account region |
|
||||||
| EMAIL_MAX_TXS | | maximum number of transactions to include in the email body |
|
| EMAIL_MAX_TXS | | maximum number of transactions to include in the email body |
|
||||||
| FUNCTION_LNDHUB | DISABLE | system level switch for using LNDHUB in place of LND |
|
| FUNCTION_LNDHUB | DISABLE | system level switch for using LNDHUB in place of LND |
|
||||||
| LNDHUB_URL | | URL for the LNDHUB service |
|
| LNDHUB_URL | | URL for the LNDHUB service |
|
||||||
|
|
|
||||||
|
|
@ -23,6 +23,7 @@ INSERT INTO settings (name, value) VALUES ('FUNCTION_EMAIL', '');
|
||||||
INSERT INTO settings (name, value) VALUES ('AWS_SES_ID', '');
|
INSERT INTO settings (name, value) VALUES ('AWS_SES_ID', '');
|
||||||
INSERT INTO settings (name, value) VALUES ('AWS_SES_SECRET', '');
|
INSERT INTO settings (name, value) VALUES ('AWS_SES_SECRET', '');
|
||||||
INSERT INTO settings (name, value) VALUES ('AWS_SES_EMAIL_FROM', '');
|
INSERT INTO settings (name, value) VALUES ('AWS_SES_EMAIL_FROM', '');
|
||||||
|
INSERT INTO settings (name, value) VALUES ('AWS_REGION', '');
|
||||||
INSERT INTO settings (name, value) VALUES ('EMAIL_MAX_TXS', '');
|
INSERT INTO settings (name, value) VALUES ('EMAIL_MAX_TXS', '');
|
||||||
INSERT INTO settings (name, value) VALUES ('FUNCTION_LNDHUB', '');
|
INSERT INTO settings (name, value) VALUES ('FUNCTION_LNDHUB', '');
|
||||||
INSERT INTO settings (name, value) VALUES ('LNDHUB_URL', '');
|
INSERT INTO settings (name, value) VALUES ('LNDHUB_URL', '');
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue