Update settings.sql and docs
This commit is contained in:
parent
6661ebc7a4
commit
78a3dde2ed
2 changed files with 2 additions and 0 deletions
|
|
@ -23,6 +23,7 @@ Here are the descriptions of values available to use in the `settings` table:
|
||||||
| FUNCTION_LNURLW | ENABLE | system level switch for LNURLw (bolt card) services |
|
| FUNCTION_LNURLW | ENABLE | system level switch for LNURLw (bolt card) services |
|
||||||
| FUNCTION_LNURLP | DISABLE | system level switch for LNURLp (lightning address) services |
|
| FUNCTION_LNURLP | DISABLE | system level switch for LNURLp (lightning address) services |
|
||||||
| FUNCTION_EMAIL | DISABLE | system level switch for email updates on credits & debits |
|
| FUNCTION_EMAIL | DISABLE | system level switch for email updates on credits & debits |
|
||||||
|
| DEFAULT_DESCRIPTION | '' | default description of payment |
|
||||||
| 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 |
|
||||||
|
|
|
||||||
|
|
@ -20,6 +20,7 @@ INSERT INTO settings (name, value) VALUES ('LN_TESTNODE', '');
|
||||||
INSERT INTO settings (name, value) VALUES ('FUNCTION_LNURLW', '');
|
INSERT INTO settings (name, value) VALUES ('FUNCTION_LNURLW', '');
|
||||||
INSERT INTO settings (name, value) VALUES ('FUNCTION_LNURLP', '');
|
INSERT INTO settings (name, value) VALUES ('FUNCTION_LNURLP', '');
|
||||||
INSERT INTO settings (name, value) VALUES ('FUNCTION_EMAIL', '');
|
INSERT INTO settings (name, value) VALUES ('FUNCTION_EMAIL', '');
|
||||||
|
INSERT INTO settings (name, value) VALUES ('DEFAULT_DESCRIPTION', '');
|
||||||
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', '');
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue