Update sql files paths for docker and add 'FUNCTION_INTERNAL_API' into settings.sql

This commit is contained in:
Chloe Jung 2023-02-21 17:07:40 +13:00
parent 96372f0e90
commit 4070b38a58
4 changed files with 21 additions and 20 deletions

View file

@ -23,3 +23,4 @@ INSERT INTO settings (name, value) VALUES ('AWS_SES_EMAIL_FROM', '');
INSERT INTO settings (name, value) VALUES ('EMAIL_MAX_TXS', '');
INSERT INTO settings (name, value) VALUES ('FUNCTION_LNDHUB', '');
INSERT INTO settings (name, value) VALUES ('LNDHUB_URL', '');
INSERT INTO settings (name, value) VALUES ('FUNCTION_INTERNAL_API', '');