From 371802584388dbe82c9ef8f7aefc92fce1c25e94 Mon Sep 17 00:00:00 2001 From: Peter Rounce Date: Tue, 20 Sep 2022 06:11:08 +0100 Subject: [PATCH] add env. vars. for LNURLp & email --- boltcard.service | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/boltcard.service b/boltcard.service index bf32ab6..b6b76e4 100644 --- a/boltcard.service +++ b/boltcard.service @@ -42,9 +42,19 @@ Environment="LN_MACAROON_FILE=/home/ubuntu/boltcard/SendPaymentV2.macaroon" # FEE_LIMIT_SAT is the maximum lightning network fee to be paid Environment="FEE_LIMIT_SAT=10" +# email +# Environment="AWS_SES_ID=" +# Environment="AWS_SES_SECRET=" +# Environment="AWS_SES_EMAIL_FROM=" + # LN_TESTNODE may be used in testing and will then only pay to the defined test node pubkey #Environment="LN_TESTNODE=000000000000000000000000000000000000000000000000000000000000000000" +# set which functions are available on the server +Environment="FUNCTION_LNURLW=ENABLE" +#Environment="FUNCTION_LNURLP=ENABLE" +#Environment="FUNCTION_EMAIL=ENABLE" + ExecStart=/bin/bash /home/ubuntu/boltcard/s_launch [Install]