Merge pull request #54 from MizukiSonoko/default-description-uses-db-settings
Make DefaultDescription uses db settings
This commit is contained in:
commit
24082c831f
3 changed files with 5 additions and 1 deletions
|
|
@ -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_LNURLP', '');
|
||||
INSERT INTO settings (name, value) VALUES ('FUNCTION_EMAIL', '');
|
||||
INSERT INTO settings (name, value) VALUES ('DEFAULT_DESCRIPTION', 'bolt card service');
|
||||
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_EMAIL_FROM', '');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue